mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
npx standard --fix filename is run successfully
This commit is contained in:
@@ -12,4 +12,4 @@ function octalToDecimal (num) {
|
|||||||
|
|
||||||
// test cases
|
// test cases
|
||||||
console.log(octalToDecimal(56) === 46)
|
console.log(octalToDecimal(56) === 46)
|
||||||
console.log(octalToDecimal(2365) === 1269)
|
console.log(octalToDecimal(2365) === 1269)
|
||||||
|
|||||||
Reference in New Issue
Block a user