Skip to content

Instantly share code, notes, and snippets.

@emkay
Created October 23, 2015 17:14
Show Gist options
  • Save emkay/6004c6914c1fffaa374a to your computer and use it in GitHub Desktop.
Save emkay/6004c6914c1fffaa374a to your computer and use it in GitHub Desktop.
> const a = require('./a')
undefined
> a
[Function]
> a()
undefined
> a = 'nope'
'nope'
> a
[Function]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment