JAVASCRIPT-QUIZ

You are 0%Pro

Please attempt all questions....

Q 1 - Which of the following is correct about features of JavaScript?


Q 2 - Which of the following is a valid type of function javascript supports?

Q 3 - Which built-in method calls a function for each element in the array?


Q 4 - Which built-in method returns the characters in a string beginning at the specified location?


Q 5 - Which of the following function of String object returns a number indicating the Unicode value of the character at the given index?


Q 6 - Which of the following function of String object returns the characters in a string between two indexes into the string?


Q 7 - Which of the following function of String object returns the calling string value converted to upper case while respecting the current locale?


Q 8 - 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)?


Q 9 - 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?


Q 10 - Which of the following function of Array object reverses the order of the elements of an array?