Skip to content

Instantly share code, notes, and snippets.

@dsdemaria
Created October 21, 2016 22:37
Show Gist options
  • Save dsdemaria/c99760cad498619f8eaabb2bec793bbf to your computer and use it in GitHub Desktop.
Save dsdemaria/c99760cad498619f8eaabb2bec793bbf to your computer and use it in GitHub Desktop.
append(arr, item) {
return arr.push(item);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment