scrimba
Javascript Hacks with ES6-ES7
Javascript Hack with ES6-ES7 #26
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

Javascript Hack with ES6-ES7 #26
AboutCommentsNotes
Javascript Hack with ES6-ES7 #26
Expand for more info
index.js
run
preview
console
const potentialParticipants = [
{ id: 'k38i', name: 'john', age: 17 },
{ id: 'baf3', name: 'mary', age: 13 },
{ id: 'a111', name: 'gary', age: 24 },
{ id: 'fx34', name: 'emma', age: 34 },
]
Console
"Hello from JavaScript"
,
index.html
-2:33