Ⓜ️.toString()
🚧 under construction
JS ⟩ value ⟩ type ⟩ conversion ⟩ .toString()
object to string conversion.
Console API (console.log, for example) is not (yet) a standard API, but is something that is implemented across all browsers, implementations may differ, toString may or may not be used in these implementations. 👉 stackoverflow
Object.prototype.toString() - object to string.
Object.prototype.valueOf() - object to (primitive) value, if exists.
merge with valueToString()
Last updated
Was this helpful?