scrimba
Learn JavaScript
Blackjack
Create your first object
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

Create your first object
AboutCommentsNotes
Create your first object
Expand for more info
index.js
run
preview
console
// Create an object that represents an airbnb castle listing.
// It should contain at least one boolean, one string, one number, and one array
// Log out at least two of the keys using the dot notation


Console
/index.html
-3:15