scrimba
Learn JavaScript
Blackjack
Aside: Math.random()
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

Aside: Math.random()
AboutCommentsNotes
Aside: Math.random()
Expand for more info
index.js
run
preview
console
let randomNumber = Math.random()

console.log(randomNumber)


/*

What does Math.random() do?

Your answer:

*/
Console
/index.html
-4:15