Réponse

let myBook {title: "A Good Book", author: "Good Author", pages: 500};

Colonne
Explication

The key: value combinations are called the attributes of an object

Question

code - create an object "myBook" using JSON with three keys "title, author, pages" with the values "A Good Book, Good Author, 500"

Thématique