Skip to content

Instantly share code, notes, and snippets.

@natasv
Last active January 5, 2016 19:15
Show Gist options
  • Save natasv/3bd3463c4e9a410a15a9 to your computer and use it in GitHub Desktop.
Save natasv/3bd3463c4e9a410a15a9 to your computer and use it in GitHub Desktop.
var items = ['one', 'two', 'three', 'four'];
items.splice(items.length / 2, 0, 'hello');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment