get [Symbol.toStringTag]()
Changes the default tag to 'Maximum' for an instance
[Symbol.toStringTag]
[Symbol.toStringTag]
The get
accessor, with the help of toStringTag
, changes the default tag to 'Maximum'
for an instance of Maximum
.
maximum.class.ts
Return type
Example usage
Last updated