Skip to content

Instantly share code, notes, and snippets.

@manojrammurthy
Created December 4, 2015 05:56
Show Gist options
  • Select an option

  • Save manojrammurthy/7e902f2b8aa20e45f67d to your computer and use it in GitHub Desktop.

Select an option

Save manojrammurthy/7e902f2b8aa20e45f67d to your computer and use it in GitHub Desktop.
bonfire slacher flick
function splicing(arr,howMany){
arr.splice(0,howMany);
return arr;
}
splicing([2,3,4],2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment