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