Welcome in JavaScript Quiz You May START A Quiz Wish you Good Luck!

Question1
Can you access Cookie using javascript?
Yes

Question2
Which of the following is the correct syntax to redirect a url using JavaScript?




Question3
Which built-in method removes the last element from an array and returns that element?




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




Question5
Which of the following function of Boolean object returns the primitive value of the Boolean object?




Question6
Which of the following function of String object executes the search for a match between a regular expression and a specified string?

Question7
Which of the following function of String object creates a string to be displayed in a big font as if it were in a big tag?




Question8
Which of the following function of String object causes a string to be displayed as struck-out text, as if it were in a strike tag?



().

Question9
Which of the following function of Array object creates a new array with the results of calling a provided function on every element in this array?

Question10
Which of the following function of Array object sorts the elements of an array?