Skip to content

Instantly share code, notes, and snippets.

@zfarbp
Last active September 21, 2019 08:59
Show Gist options
  • Save zfarbp/20fa23c7153e4817342a8304b47bcacd to your computer and use it in GitHub Desktop.
Save zfarbp/20fa23c7153e4817342a8304b47bcacd to your computer and use it in GitHub Desktop.
Javascript: Array: push obj to the end of array
array.push(array.splice(array.indexOf(obj), 1)[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment