Skip to content

Instantly share code, notes, and snippets.

@camelcaseblog
Created May 28, 2019 18:57
Show Gist options
  • Save camelcaseblog/fd100f59cf17efda2bd08b485ef2bcc5 to your computer and use it in GitHub Desktop.
Save camelcaseblog/fd100f59cf17efda2bd08b485ef2bcc5 to your computer and use it in GitHub Desktop.
> function f(x) { console.log(x); }
> f()
undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment