Home
Press ? for keyboard navigation
❮
random
if else if
❯
while
examples/javascript/while.js
var
i
=
5
;
while
(
i
>
0
)
{
console
.
log
(
i
);
i
--
;
}
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)