JavaScript Operators: The Basics You Need to Know
What Are Operators?
Operators are symbols that perform operations on values.
For example:
5 + 3
Here:
5 and 3 → operands
+ → operator
The operator tells JavaScript what action to perform.
JavaScr
yashika29.hashnode.dev4 min read