Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. foo(x,y){
  2. return x + y;
  3. }
  4.  
  5. bar = function(x, y){
  6. return x - y;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement