Computer Science, asked by Nitinshrama6624, 1 year ago

What are the type of operator do the coffeescript support?

Answers

Answered by santhiyasaravanan
0

The type of operator do the coffeescript support

Arithmetic Operators

Comparison Operators

Logical (or Relational) Operators

Assignment Operators

Answered by Arslankincsem
0

Explanation:

CoffeeScript Operators- It is a symnom which informs the compiler to perform a aprticual maehmatcial function. For example 5+5 =10. Here 5 and 5 are called as operands and the plus + sign are called as operatore. Coffescript operator are same as Java Script but there are a few differences.

List of operators supported by CoffeScript:

• Arithmetic Operators

•  Logical (or Relational) Operators

• Assignment Operators

• Comparison Operators

Similar questions