Snippets Collections
const users = ["Sam", "Alex", "Charley"];
users.at(1); //"Alex"
users.at(-2); //"Alex"
star

Mon Oct 31 2022 02:35:21 GMT+0000 (Coordinated Universal Time)

#array #at

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension