Solved

Identify the ToLocaleString() Method That Gives You More Control While

Question 48

Multiple Choice

Identify the toLocaleString() method that gives you more control while formatting numeric values.


A) locale.toLocaleString(value, {options})
B) value.toLocaleString(locale, {options})
C) options.toLocaleString(locale, {value})
D) value.toLocaleString(options, {locale})

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions