Quiz Summary
0 of 20 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
Your time:
Time has elapsed
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 20
1. Question
Which of the following function of Array object returns the first (least) index of an element within the array equal to the specified value, or -1 if none is found?
-
Question 2 of 20
2. Question
Which of the following function of String object returns a string representing the specified object?
-
Question 3 of 20
3. Question
Which of the following function of String object causes a string to be displayed as a subscript, as if it were in a <sub> tag?
-
Question 4 of 20
4. Question
Which of the following function of Array object applies a function simultaneously against two values of the array (from left-to-right) as to reduce it to a single value?
-
Question 5 of 20
5. Question
Can you pass a anonymous function as an argument to another function?
-
Question 6 of 20
6. Question
Which of the following function of Array object returns a new array comprised of this array joined with other array(s) and/or value(s)?
-
Question 7 of 20
7. Question
Which built-in method returns the length of the string?
-
Question 8 of 20
8. Question
Which of the following function of Array object calls a function for each element in the array?
-
Question 9 of 20
9. Question
Which of the following is an advantage of using JavaScript?
-
Question 10 of 20
10. Question
Which of the following function of Array object returns a string representing the array and its elements?
-
Question 11 of 20
11. Question
Which of the following function of Array object adds one or more elements to the end of an array and returns the new length of the array?
-
Question 12 of 20
12. Question
Which of the following function of Array object extracts a section of an array and returns a new array?
-
Question 13 of 20
13. Question
Which of the following function of Number object formats a number with a specific number of digits to the right of the decimal?
-
Question 14 of 20
14. Question
Which of the following function of String object causes a string to be displayed in the specified color as if it were in a <font color=’color’> tag?
-
Question 15 of 20
15. Question
Which built-in method returns the string representation of the number’s value?
-
Question 16 of 20
16. Question
Which of the following is the correct syntax to create a cookie using JavaScript?
-
Question 17 of 20
17. Question
Which of the following is true about variable naming conventions in JavaScript?
-
Question 18 of 20
18. Question
Which of the following function of String object returns a number indicating whether a reference string comes before or after or is the same as the given string in sort order?
-
Question 19 of 20
19. Question
Which of the following function of Number object returns a string value version of the current number in a format that may vary according to a browser’s locale settings.?
-
Question 20 of 20
20. Question
Which of the following function of String object returns the character at the specified index?