Solution Review: Calculator
Solution to the exercise 'Calculator'.
Solution
The solution depends on first listing all the possible values the operator
can take:
'+'
'-'
'/'
'*'
Then, use operator === '<some
...
Solution to the exercise 'Calculator'.
The solution depends on first listing all the possible values the operator
can take:
'+'
'-'
'/'
'*'
Then, use operator === '<some
...