2024-08-27 10:14:14 +08:00

7 lines
41 B
JavaScript

let a = 1;
if (a === 1) {
a *= 2;
}