scrimba
Introduction to ES6+
Object Literal
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

AboutCommentsNotes
Object Literal
Expand for more info
index.js
run
preview
console
function addressMaker(city, state) {

}

addressMaker('Austin', 'Texas');
Console
index.html
-1:58