Enter the result

Report a typo

What does this code print?

let n = 0;
++n;
n++;
n++;
console.log(n++);

Enter the result.

Enter a number
___

Create a free account to access the full topic