Octal to Decimal

Convert an octal string representation to its decimal number equivalent.

Code

Utilities
parseInt(octal, 8);

Parameters

Octal string.

Browser·fetch() may be limited by CORS

More JavaScript Snippets