JS

JavaScript Code Output Challenge - What will be th...

32.

What will be the output of the following code?

let x = 10;
console.log(++x);

Syntax Error

9

11

10