We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ecc32a + 677fa92 commit c7c329cCopy full SHA for c7c329c
src/_DataStructures_/Stack/postfix-expression-evaluation/index.js
@@ -38,7 +38,3 @@ function evaluatePostfixExpression(expression) {
38
//pop the value of postfix expression
39
return s.pop();
40
}
41
-
42
-console.log(evaluatePostfixExpression("123+*8-")); // -3
43
44
-console.log(evaluatePostfixExpression("12345*+*+")); // 47
0 commit comments