Challenge: Objects
Solve tasks regarding objects in JavaScript.
Task 1
Create a list object that has an array property called items and add() and remove() methods. For example, list.add('Apples') ...
Ask
Solve tasks regarding objects in JavaScript.
Create a list object that has an array property called items and add() and remove() methods. For example, list.add('Apples') ...