Day 3 : What is an Operators and Operands in Javascript ?
The numbers (in an arithmetic operation) are called operands.
The operation (to be performed between the two operands) is defined by an operator.
Operators:-
There are different types of JavaScript operators:
● Arithmetic Operators
● Assignment ...
jemin.hashnode.dev4 min read