Guest User

Untitled

a guest
Jan 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //sample code
  2.  
  3. function smile(){
  4.  alert('hello world');
  5. }
  6.  
  7. smile();
Add Comment
Please, Sign In to add comment