Advertisement
DiYane

Greetings

Feb 19th, 2024
659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function greetings(name) {
  2.     console.log(`Hello, ${name}!`);
  3.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement