Home
Press ? for keyboard navigation
❮
Math.random
Exercise: Calculator
❯
random
floor
Throw a dice (random integers 1-6)
examples/js/dice.js
"use strict"
;
var
v
=
Math
.
floor
(
6
*
Math
.
random
()
);
console
.
log
(
v
);
// 2
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)