ichael Ouroumis
Courses
Challenges
Blog
🇬🇷
Back to course
JavaScript Essentials
/
1.3: Operators
/
Unary: ++, --
Jump to topic:
Arithmetic: +, -, *, /, %, **
Assignment: =, +=, -=
Comparison: ==, ===, !=, !==, <, >, <=, >=
Logical: &&, ||, !
Unary: ++, --
Ternary: condition ? a : b
Precedence overview
Previous:
Logical: &&, ||, !
Next:
Ternary: condition ? a : b
Unary: ++, --