Skip to content
JS
JavaScript error

RangeError

The JavaScript exception "radix must be an integer at least 2 and no greater than 36" occurs when the optional radix parameter of the Number.prototype.toString() or the BigInt.prototype.toString() method was specified and is not between 2 and 36.

Reference entryJavaScriptFetched
RangeError: toString() radix argument must be between 2 and 36 (V8-based & Safari)
As listed by MDN Web Docs
RangeError: radix must be an integer at least 2 and no greater than 36 (Firefox)
As listed by MDN Web Docs
Category
RangeError
Severity
error
Runtime
both
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: MDN Web Docs. Data fetched 2026-09-25T01:48:37.273Z.