Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

random number between 0 and 50 then round to a whole number

console.log(Math.floor(Math.random() * 50));
 
PREVIOUS NEXT
Tagged: #random #number #number
ADD COMMENT
Topic
Name
7+8 =