Example of loop

Report a typo

Think for yourself, or try running this code. What is the result of the following code?

let n = 10;
while (n < n) {
    console.log("Execution...");
}

Think about why you got that result.

Select one option from the list
___

Create a free account to access the full topic