JavaScript Operators: The Basics
introduction
lets take an math example - 6 + 7 = 13 here 6 & 7 are operands and ' + ' is an operator , 13 is the result of the operation .
similarly - JavaScript operators are symbols or keywords used
playwithjs.hashnode.dev3 min read