AtoB

What will be the output?
let x = 0;
console.log(x++);
console.log(++x);

2 years ago | [YT] | 1