scrimba
Learn Basic JavaScript
Generate Random Fractions with JavaScript
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

Generate Random Fractions with JavaScript
AboutCommentsNotes
Generate Random Fractions with JavaScript
Expand for more info
index.js
run
preview
console
function randomFraction() {


return 0;
}

console.log(randomFraction());
Console
0
,
index.html
-0:32