Incrementing Mayhem in JavaScript

Report a typo

Given the JavaScript code snippet

let x = 10; let y = ++x; let z = x++;

What will be the respective values of x, y, and z?

Select one option from the list
___

Create a free account to access the full topic