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