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