Skip to content

Instantly share code, notes, and snippets.

@ferreiratiago
Last active May 15, 2018 15:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferreiratiago/7b8efe13262889d4d99f9c59393a0728 to your computer and use it in GitHub Desktop.
Save ferreiratiago/7b8efe13262889d4d99f9c59393a0728 to your computer and use it in GitHub Desktop.
JS WTF
[1,2,3].slice(0, null) // []
[1,2,3].slice(0, undefined) // [1,2,3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment