𝗝𝗮𝘃𝗮𝗦𝗰𝗿𝗶𝗽𝘁 𝗢𝗽𝗲𝗿𝗮𝘁𝗼𝗿𝘀

JavaScript operators are symbols. Use them to perform calculations. Use them to check values. Use them to modify variables.

Arithmetic operators do math.

Assignment operators store values in variables.

Comparison operators return true or false.

Logical operators check multiple conditions.

Bitwise operators handle memory in bits and bytes.

Source: https://dev.to/chandru_p_88e6b2526851d7b/java-script-operators-4khd