Mohd MILLAT
What will this JavaScript code print to the console?let x = 10;x += 5;console.log(x);
1 year ago | [YT] | 2
Mohd MILLAT
What will this JavaScript code print to the console?
let x = 10;
x += 5;
console.log(x);
1 year ago | [YT] | 2