Guest User

Untitled

a guest
Apr 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function get(value)
  2. {
  3. return result;
  4. }
  5.  
  6. const data = get(15);
  7.  
  8. const get = function(value)
  9. {
  10. return result;
  11. }
  12.  
  13. const data = get(15);
  14.  
  15. const data = (15)
  16. {
  17. return result;
  18. };
Add Comment
Please, Sign In to add comment