Understanding JavaScript Arrays in very simple terms
An array in JavaScript is a container that can contain many pieces of information. You can store items like numbers, names, etc. in an array. An array can also contain other arrays. Think of an array as your shopping list or your birthday wish list. ...
daviddavid.hashnode.dev2 min read
Anthony Fung
Angular/.NET Web developer. I write insights, thoughts, and stories to help software developers build a solid foundation for their skills
A good overview of JavaScript arrays!
In addition to pop, it's also possible to use splice to remove items too.