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