Guest User

Untitled

a guest
Oct 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. //define the function
  2. function logMyName() {
  3. console.log('Hi John');
  4. }
  5.  
  6. //call the function
  7. logMyName()
Add Comment
Please, Sign In to add comment