Didart

Greeting By Name

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