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