var i = 0;
while (i < 10) {
document.write(i);
i++;
}
js_cc_03_while
--------------
A [Pen](https://codepen.io/m-shinkawa/pen/GGoPJE) by [m-shinkawa](https://codepen.io/m-shinkawa) on [CodePen](https://codepen.io).
[License](https://codepen.io/m-shinkawa/pen/GGoPJE/license).