javascript while i = 1 to 10 code example Example: javascript while loop while (i < 10) { text += "The number is " + i; i++; }