Please enable JavaScript.
Coggle requires JavaScript to display documents.
operators - Coggle Diagram
operators
Arithmetic operators
Toán tử số học
a + b, a % b, ...
Unary operators
Operator có 1 operand
count++, --number, !error
Binary operators
Operator có 2 operand
a == b, a + b
Ternary operators
Operator có 3 operand
isShow ? 'Show' : 'Hide"
Logical operators
Operator luận lý
a || b, a && b
Bitwise operators
Operator xử lý BIT
a >> b, a | b
Assignment - Phép gán
Operator Precedence - Thứ tự ưu tiên của operators