What you will learn in this lesson
Operators can look intimidating at first because they are made of symbols instead of ordinary words. The important idea is much simpler than it looks.
Operators are symbols JavaScript uses to do small jobs with values.
Your lesson goals are simple:
- understand what an operator is in plain English
- recognize a few safe beginner operators
- tell the difference between math operators and comparison operators
- read tiny operator examples without rushing
- feel calmer when symbols appear in JavaScript
An operator is just a symbol that tells JavaScript what to do with the values around it.