190-804  Exam

Exam # of questions Description  Update
190-804 78 190-804... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

190-804 - Exam Information
  • Description: Using JavaScript in IBM Louts Domino 8 Applications
  • Passing Score: 75%
  • Practice Test - Number of questions: 78 questions
  • Simulation Test - Number of questions: 78 questions
  • Simulation Test Duration: 90 minutes
  • Has explanations: No

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)

  1. indexOf ("Steve");
  2. textvalue.mid("Steve");
  3. textvalue.indexOf ("Steve");
  4. textvalue.substring ("Steve");
Correct Answer

textvalue.indexOf ("Steve");