Operators
Operators are the symbols which are used to perform operations on operands. let a = 99 let b = 1 console.log(a + b ) Here variables a and b are operands. the addition sign (+) is an arithmetic operator and (=) equals to sign is the assignment oper...
Feb 18, 20234 min read5