Advertisement
NikolayNenchev

Untitled

Mar 14th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function solve(input){
  2.     let name = input.shift();
  3.     console.log(`Hello, ${name}!`);
  4.  
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement