Understanding the difference between Scope and Context will help you to write cleaner, more maintainable code and save you time when troubleshooting problems.
Arrays are a very important topic in JavaScript. They provide a way in which to store one or more values in a list. When getting started with Arrays, adding and removing elements is a common task.