scrimba
Frontend Career Path
Essential JavaScript concepts
JS Mini Projects
The Error() Constructor
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
The Error() Constructor
Expand for more info
index.js
run
preview
console
function checkUsername(userName) {
console.log(userName)
}

checkUsername('YummyCoder64')
Console
"YummyCoder64"
,
/index.html
-3:22