Skip to content

Instantly share code, notes, and snippets.

@asnimansari
Created June 14, 2019 19:49
Show Gist options
  • Save asnimansari/295a76dad199c78b2b948d4adf725a3a to your computer and use it in GitHub Desktop.
Save asnimansari/295a76dad199c78b2b948d4adf725a3a to your computer and use it in GitHub Desktop.
const numbers = [1, 2, 3];
numbers[10] = 11;
console.log(numbers);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment