JavaScript Operators: The Basics You Need to Know
1. What Are Operators?
In JavaScript, operators are special symbols or keywords used to perform operations on values and variables. The values operated on are called operands.
let sum = 10 + 5;
// '+
swapnadip-syntexandstory.hashnode.dev5 min read