Basic JavaScript: Generate Random Whole Numbers with JavaScript | freeCodeCamp.org

EMBED

Tue Oct 04 2022 15:50:48 GMT+0000 (Coordinated Universal Time)

Saved by @chymax030 #javascript


function randomWholeNum() { // Only change code below this line return Math.floor(Math.random() * 10); }

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/generate-random-whole-numbers-with-javascript