QUIZ BOARD

Answer the following Javascript questions and submit to get yout score

Good luck!!

1. Which tag is used to write the javascript code




2. Which is not valid data type in Javascript




3. Which of the following type of variable is visible everywhere in your JavaScript code?




4. Which of the following function of Array object reverses the order of the elements of an array?




5. Which of the following function of String object extracts a section of a string and returns a new string?




6. Which of the following function of String object combines the text of two strings and returns a new string?