Please review the following resources before lecture:
For this assignment, you will need to implement the functions and logic required to calculate a mathematical expression. After implementing the add
, divide
, and multiply
functions, you will combine these functions to compute the final result.
npm run compile
npm start
npm run check
expression_calculator.ts
file to receive full credit.