JS Coding Questions Logo
JS Coding Questions
#241💼 Interview

What are the properties of the Intl object

Advertisement

728x90

Below are the list of properties available on the Intl object,

1. Collator: These are the objects that enable language-sensitive string comparison.

2. DateTimeFormat: These are the objects that enable language-sensitive date and time formatting.

3. ListFormat: These are the objects that enable language-sensitive list formatting.

4. NumberFormat: Objects that enable language-sensitive number formatting.

5. PluralRules: Objects that enable plural-sensitive formatting and language-specific rules for plurals.

6. RelativeTimeFormat: Objects that enable language-sensitive relative time formatting.

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 70

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
241of476