Skip to content

Instantly share code, notes, and snippets.

@TheShubhamVsnv
Created May 12, 2024 16:53
Show Gist options
  • Save TheShubhamVsnv/03e540177e38291d9e953e73586bb45c to your computer and use it in GitHub Desktop.
Save TheShubhamVsnv/03e540177e38291d9e953e73586bb45c to your computer and use it in GitHub Desktop.
let items = ["apple", "banana", "orange"];
delete items[1]; // Remove "banana"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment