scrimba
Frontend Career Path
Essential JavaScript concepts
Meme Picker
Aside: filter()
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
Aside: filter()
Expand for more info
index.js
run
preview
console
const ages = [1, 5, 9, 23, 56, 10, 47, 70, 10, 19, 23, 18]
Console
[
23
,
56
,
47
,
70
,
19
,
23
,
18
]
,
/index.html
-6:13