You have already completed these exercises!
Do you want to take them again?
You completed the JS Objects Exercises from W3Schools.com
Share on:
Consider the following object:const car = { brand: 'Volvo', model: 'EX90'};How many properties do the object have?
const car = { brand: 'Volvo', model: 'EX90'};