Multiple Choice
Case based critical thinking Case 13-2 Lisa can control the number of digits displayed by the browser using the toFixed() method. However, since the toFixed() method is limited to only defining the decimal place accuracy, she wants to use a method that gives her more control over the numeric format, such as formatting numbers as currency or separating thousands with the comma symbol. Which of the following methods should Lisa use to format the numbers as currency?
A) currency: code
B) toLocaleString()
C) useGroup: Boolean
D) element.oninput
Correct Answer:

Verified
Correct Answer:
Verified
Q68: Match the following validation states to their
Q69: Which of the following descriptions corresponds to
Q70: The option.text method returns the field value
Q71: Which of the following methods can be
Q72: The \D character signifies a digit from
Q73: In many web forms, important data is
Q74: The regular expression for 4-digit CVC numbers
Q75: The value associated with a checked box
Q76: The input.defaultValue method returns whether the input
Q77: Identify the description of the option.selected property.<br>A)