Consider the following code:
let a = -1; console.log(1 - a++);
What does it print?
Create a free account to access the full topic