let a = 10;
do {
console.log(--a);
} while (a > 3);
Which statement can replace the do ... while from the example above?
height = height + 10;
console.log(Height);
As a result of its execution, the following should appear in the console:
© Copyrights DumpsEngine 2026. All Rights Reserved
We use cookies to ensure your best experience. So we hope you are happy to receive all cookies on the DumpsEngine.
