Guest User

Untitled

a guest
Jul 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. $ node ./test.js
  2. > setContext('sup', 'yo')
  3. > sup
  4. 'yo'
  5. > setContext('sup', 'what?')
  6. > sup
  7. 'yo'
  8. >
Add Comment
Please, Sign In to add comment