Skip to content

Instantly share code, notes, and snippets.

@niklasfi
Created February 16, 2012 17:26
Show Gist options
  • Save niklasfi/1846589 to your computer and use it in GitHub Desktop.
Save niklasfi/1846589 to your computer and use it in GitHub Desktop.
var x = ['hello']
delete x[0]
x.length // === 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment