new RangeError(…)
Creates a new RangeError object.RangeError.RangeError([message])
message
Error message.r.message
name
The name property of RangeError instances is "RangeError".r.name
RangeError.prototype
The prototype of the RangeError constructor.RangeError.prototype
toString()
Returns a string representing the specified error object.r.toString()