function fn(a) {
console.log('test');
a--;
if(a>2) fn(a);
}
fn(6);
How many times will test appear on the screen?
Information about the number of characters of this string can be obtained using:
let x = false || true;
let y = "true" && "false";
let z = false && true;
console.log(`${x} ${y} ${z}`);
What will appear in the console as a result of its execution?
let n = 5 + 2 ** 2 * 3;
The result stored in the variable n is:
© 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.
