Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 677fa92

Browse files
remove console messages
1 parent f6fe04b commit 677fa92

File tree

1 file changed

+0
-4
lines changed
  • src/_DataStructures_/Stack/postfix-expression-evaluation

1 file changed

+0
-4
lines changed

‎src/_DataStructures_/Stack/postfix-expression-evaluation/index.js‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,3 @@ function evaluatePostfixExpression(expression) {
3838
//pop the value of postfix expression
3939
return s.pop();
4040
}
41-
42-
console.log(evaluatePostfixExpression("123+*8-")); // -3
43-
44-
console.log(evaluatePostfixExpression("12345*+*+")); // 47

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /