It is finally correct: var countdown = 10; while (countdown > 0){ countdown--; console.log(countdown); } console.log("Blastoff");.
確定! 回上一頁