scrimba
JS Deep Dive
Arrays & Sets
Perform Actions on All Elements
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

Perform Actions on All Elements
AboutCommentsNotes
Perform Actions on All Elements
Expand for more info
index.js
run
preview
console
const temperatures = [
{ degrees: 69, isRecordTemp: false },
{ degrees: 82, isRecordTemp: true },
{ degrees: 73, isRecordTemp: false },
{ degrees: 64, isRecordTemp: false }
];
Console
"hi"
,
/index.html
-9:56