Skip to content

Instantly share code, notes, and snippets.

@hanshoglund
Created November 6, 2012 22:12
Show Gist options
  • Save hanshoglund/4027963 to your computer and use it in GitHub Desktop.
Save hanshoglund/4027963 to your computer and use it in GitHub Desktop.
JavaScript slice, splice, substr, substring memo
x.slice() ==> x0,x1 ... xn
x.slice(a,b) ==> x0,x1 ... xn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment