Open yoogottamk opened 5 years ago
Balanced parentheses are not checked (which again, is a stack problem)
Just load the page and click on ( and evaluate
(
It should alert the user that the expression entered is invalid. Currently, it tries to evaluate it and ends up showing NaN
Defect description
Balanced parentheses are not checked (which again, is a stack problem)
Steps to reproduce
Just load the page and click on
(
and evaluateExpected result
It should alert the user that the expression entered is invalid. Currently, it tries to evaluate it and ends up showing NaN
Screenshot