Access to property

Report a typo

Suppose you need to know the price of the product. Print this object property to the console.

Write a program in JavaScript
let product = {
name: "Smart Clock",
price: 48.7
};

// write the code below
___

Create a free account to access the full topic