Challenge: Objects
Solve tasks regarding objects in JavaScript.
We'll cover the following...
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') ...