Example 1: javascript while loop while (i < 10) { text += "The number is " + i; i++; } Example 2: javascript count down with wile loop //declare and ...
確定! 回上一頁