Day 3 : What is an Operators and Operands in Javascript ?
Feb 26, 2024 · 4 min read · 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 ...
Join discussion
