mubaraqwahab / frontendmentor

Playground for Frontend Mentor challenges.
https://mubaraqwahab.github.io/frontendmentor/
MIT License
1 stars 2 forks source link

Allow formulas like `2 * -3` but not `2 + -3` #4

Closed mubaraqwahab closed 1 year ago

mubaraqwahab commented 1 year ago

https://github.com/mubaraqwahab/frontendmentor/blob/faa2f1fdf9ca40d80c354a7037d7d71f9a2d4993/12-calculator-app-main/js/machine.ts#L108-L133

mubaraqwahab commented 1 year ago

Done