// your code goes herelet text="";let i=2;while(i < 8) {text += i + "<br>"; i++;}console.log(text);
Standard input is empty
2<br>3<br>4<br>5<br>6<br>7<br>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!