2 lines
43 B
JavaScript
2 lines
43 B
JavaScript
const a2 = null;
|
|
const b2 = 100 + a2.item;
|
const a2 = null;
|
|
const b2 = 100 + a2.item;
|