Advertisement
MilaDimitrovaa

pozdrav s ime

Oct 31st, 2020
2,346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function pozdrav(input){
  2.  
  3.     let name = input;
  4.     console.log(`Hello, ${name}!`);
  5. }
  6.  
  7. pozdrav();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement