Guest User

Untitled

a guest
Nov 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. /**
  2. * @param {Array} [string] - Somebody's name.*/
  3. function tag(strings, ...values) {}
  4.  
  5. tag`Hello ${ a + b } world ${ a * b}`;
Add Comment
Please, Sign In to add comment