Advertisement
SIRAKOV4444

Untitled

Mar 22nd, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function concatenateData(a,b,c,d){
  2.  
  3.  
  4. console.log(`You are ${a} ${b}, a ${c}-years old person from ${d}. `);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement