js.l6
a + b = x;
// here (a) => operand.
// here (b) => operand.
// here (+) => math operator.
// here (=) => arethmatic operator.
Vivacious Vendace
a + b = x;
// here (a) => operand.
// here (b) => operand.
// here (+) => math operator.
// here (=) => arethmatic operator.