Operators

This lesson showcases some of the most commonly used operators in Reason.

Operators are used for performing arithmetic and logical operations on data objects. Manipulating data is an essential part of any programming language, and Reason is no different. Its operators are very similar to those of JavaScript.

In Reason, operators usually follow the in-fix notation, i.e., they appear between two operands. Operands are data objects which the operator uses to perform a calculation (More on this soon).

Get hands-on with 1200+ tech skills courses.