Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. var add2 = function(x) {
  2. return x + 2;
  3. }
  4.  
  5. aconsole.log(add2(9)); // 11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement