Published Apr 21 2019
Psssst! The 2023 WEB DEVELOPMENT BOOTCAMP is starting on FEBRUARY 01, 2023! SIGNUPS ARE NOW OPEN to this 10-weeks cohort course. Learn the fundamentals, HTML, CSS, JS, Tailwind, React, Next.js and much more! ✨
Called on an object instance, returns a string representation of the object.
Returns the [object Object]
string unless overridden. Objects can then return a string representation of themselves.
const person = { name: 'Fred' }
person.toString() //[object Object]