mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 02:05:08 +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