What does this code print?
let n = 0; ++n; n++; n++; console.log(n++);
Enter the result.
Create a free account to access the full topic