Published Apr 20 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. Accepts an optional locale as argument.
Returns the [object Object]
string unless overridden. Objects can then return a different string representation depending on the locale.
const person = { name: 'Fred' }
person.toLocaleString() //[object Object]