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