JavaScript Operators: The Basics You Need to Know
Mar 15 · 1 min read · Topics to be covered
What operators are
Arithmetic operators (+, -, *, /, %)
Comparison operators (==, ===, !=, >, <)
Logical operators (&&, ||, !)
Assignment operators (=, +=, -=)