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.
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.
Create a free account to access the full topic