dark
Invidious
AtoB
What will be the output?
let x = 0;
console.log(x++);
console.log(++x);
2 years ago
|
[YT]
|
1
Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.
Contact: tinbox@tiekoetter.com
AtoB
What will be the output?
let x = 0;
console.log(x++);
console.log(++x);
2 years ago | [YT] | 1