July 14th, 2024
What's missing in this code?
const num0 = 2 - 4;
const num1 =
+ num0;
const num2 = num0 +
;
const num3 =
num0;
const num4 =
* num2;
Type or select from these options