Advertisement
popovIliya

March-2022-FirstStepsInCoding-Lab-SoftUni - GreadingByName

Feb 26th, 2022
759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function greatings(input){
  2. let name = input[0];
  3. console.log(`Hello, ${name}!`)
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement