Guest User

Untitled

a guest
Jun 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. ( function(x){ x*2 } )(3)
  2.  
  3.  
  4. /**
  5. output : 6
  6. es5 寫法,需用 function 開頭
  7. **/
Add Comment
Please, Sign In to add comment