Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 341 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 341 Bytes

operators

Using operators in JS to solve simple math problems.

What is the sum of operand1 and operand2? What is the result if you subtract operand2 from operand1? What is the result if you multiple operand1 by operand2? Is operand1 equal to operand2? Is operand1 smaller than operand2? Can you divide Operand2 evenly in to operand1?