Break test

by MegaScience

JavaScript

let test = -1;
while(++test < 10) {
	break;
}
document.body.innerHTML = test;