Skip to content

Instantly share code, notes, and snippets.

@subbuss
Created January 15, 2014 16:55
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 subbuss/8439951 to your computer and use it in GitHub Desktop.
Save subbuss/8439951 to your computer and use it in GitHub Desktop.
[subbu@earth tests] cat /tmp/x.js
function foo() {
return
"works?"
}
console.warn("FOO: " + foo());
[subbu@earth tests] node /tmp/x.js
FOO: undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment