Multiple Choice
JavaScript has a built-in method, ____, that takes a character as an argument and returns the position in a string where the character occurs or -1 if the character isn't found.
A) isNaN()
B) indexOf()
C) isNumeric(str)
D) length(str)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: A module is sometimes called a _
Q36: In JavaScript, constants are declared in the
Q37: To create a menu that is used
Q38: A(n) _ enables you to test your
Q39: In JavaScript, the _ block checks to
Q41: A graphical tool called a(n) _ can
Q42: When you use a menu system, the
Q43: A menu system limits the choices a
Q44: A common acronym in the computer field
Q45: Typical exception types are "invalid format" and