Identify thetoLocaleString()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})

Answer: B

Computer Science & Information Technology

You might also like to view...

The ____ members of an object form its internal state.

A. private B. protected C. public D. static

Computer Science & Information Technology

What type of encryption is currently used to secure WPA2?

A. Radius B. TKIP C. WEP D. AES

Computer Science & Information Technology