Guest User

Untitled

a guest
Dec 12th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. function identity(arg) {
  2. return arg;
  3. }
  4.  
  5. test0 = identity('foo');
  6.  
  7. test1 = identity(3);
Add Comment
Please, Sign In to add comment