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?
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?
Create a free account to access the full topic