grigorb57

Concatenate data

Mar 29th, 2022
751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function concatenateData(input){
  2. console.log(`You are ${input[0]} ${input[1]}, a ${input[2]}-years old person from ${input[3]}`);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment