Constructor
The `RangeErrors` constructor
RangeErrors()
RangeErrors()
Creates the RangeErrors
instance of unique identification numbers under which the RangeError
objects are stored.
range-errors.class.ts
Parameters
A rest parameter of generic type variable Id
indicates unique identification numbers under which the RangeError
objects are stored.
Example usage
Last updated