We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbd42f7 + fda1aa4 commit f647ca5Copy full SHA for f647ca5
Dynamic-Programming/ClimbingStairs.js
@@ -19,7 +19,7 @@ const climbStairs = (n) => {
19
const main = () => {
20
const number = 5
21
22
- console.log('Number of ways to climb ' + number + ' stairs in ' + climbStairs(5))
+ console.log('Number of ways to climb ' + number + ' stairs in ' + climbStairs(number))
23
}
24
25
// testing
0 commit comments