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.
1 parent 6cd03db commit f00897aCopy full SHA for f00897a
Conversions/OctToDecimal.js
@@ -12,4 +12,4 @@ function octalToDecimal (num) {
12
13
// test cases
14
console.log(octalToDecimal(56) === 46)
15
-console.log(octalToDecimal(2365) === 1269)
+console.log(octalToDecimal(2365) === 1269)
0 commit comments