The basic purpose of the toLocaleString() is to _________

The basic purpose of the toLocaleString() is to _________ Correct Answer return a localized string representation of the object

.toLocaleString is a predefined function in javascript which is used to return a localized string representation of the object. For example the date.toLocaleString() is an inbuilt function in JavaScript which is used to convert a date and time to a string.

Related Questions

The basic purpose of the toLocaleString() is to