Skip to content

Instantly share code, notes, and snippets.

@vicapow
Created September 25, 2012 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vicapow/3783547 to your computer and use it in GitHub Desktop.
Save vicapow/3783547 to your computer and use it in GitHub Desktop.
> !!f
ReferenceError: f is not defined
at repl:1:4
at REPLServer.self.eval (repl.js:111:21)
at Interface.<anonymous> (repl.js:250:12)
at Interface.EventEmitter.emit (events.js:88:17)
at Interface._onLine (readline.js:199:10)
at Interface._line (readline.js:517:8)
at Interface._ttyWrite (readline.js:735:14)
at ReadStream.onkeypress (readline.js:98:10)
at ReadStream.EventEmitter.emit (events.js:115:20)
at emitKey (readline.js:1057:12)
> var f = undefined
undefined
> !!f
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment