Mistake

Report a typo

Find and correct a mistake in the following code:

Write a program in JavaScript
let n = 5;
do (n < 10) {
n = n + 1;
console.log(n);
} while;
___

Create a free account to access the full topic