scrimba
JS Deep Dive
Objects & Maps
Get and Modify Object Data
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Get and Modify Object Data
AboutCommentsNotes
Get and Modify Object Data
Expand for more info
index.js
run
preview
console
const colors = {
blue: "#f00",
orange: "#f60"
};
Console
/index.html
-13:16