| 190-804 Exam |
| 190-804 - Exam Information |
| Question of the day |
Look at the following JavaScript code: var textvalue = "This video stars Steve M...."; Which one of the following code lines will return the index of the first occurrence of the substring "Steve"?
Answer(s)
textvalue.indexOf ("Steve");