What is the result

Report a typo

Consider the following code:

let a = -1;
console.log(1 - a++);

What does it print?

Enter a number
___

Create a free account to access the full topic