Guest User

Untitled

a guest
May 26th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. var myName;
  2.  
  3. function myName(name) {
  4. return name;
  5. }
  6.  
  7. console.log(typeof myName); // Output: function
Add Comment
Please, Sign In to add comment