Search
Use the parseInt() function with 8 as the second argument to convert the string stored in the variable octalNumber to an integer.
parseInt()
8
octalNumber
Use console.log to show the result.
console.log
For example: