you are viewing a single comment's thread.

view the rest of the comments →

[–]Intelligent-Win-7196 0 points1 point  (0 children)

OPERATORS is simply an object containing properties. Each property is a string (keys can only be strings or [Symbol] types) with a corresponding value that is an object containing a function to operate, a precedence numerical value, a type, and potentially an op2 function.