Solved

JavaScript Has a Built-In Method, ____, That Takes a Character

Question 40

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:

verifed

Verified

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

Related Questions