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