𝗝𝗮𝘃𝗮𝗦𝗰𝗿𝗶𝗽𝘁 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿𝘀 𝗘𝘅𝗽𝗹𝗮𝗶𝗻𝗲𝗱
You want to learn about JavaScript operators. Here's what you need to know:
- Arithmetic operators:
*,/,%,** - Assignment operators:
=,+=,-=,*=,**=,/=,%= - Comparison operators:
==,!=,===,!==,>,<,>=,<= - Logical operators:
&&,||,!
Let's look at some examples:
- Multiplication: `let a =