Search⌘ K

Challenge: Objects

Explore how to create JavaScript objects that include properties and methods for adding and removing items. Learn to store user input within objects and manipulate object data practically.

We'll cover the following...

Task 1

Create a list object that has an array property called items and add() and remove() methods. For example, list.add('Apples') ...