/  JavaScript-Quiz-6

This Quiz contains totally 10 Questions each carry 1 point for you.

1. Who created JavaScript language?

Brendan Eich
Douglas Crockford
James Gosling
Ryan Dahl

Correct!

Wrong!

2. JavaScripts works inside web browsers only?

yes
No

Correct!

Wrong!

3. What is JavaScript?

Language that follows ECMAScript standard
Client-side scripting language (web browsers)
Server-side scripting language
All these

Correct!

Wrong!

4. Developers first reference on JavaScript should be MDN (Mozilla Developer Network)

True
False

Correct!

Wrong!

5. Is JavaScript Object Oriented language?

yes
No

Correct!

Wrong!

6. JavaScript is the scripting language of Java?

True
false

Correct!

Wrong!

7. Inside what HTML tag you would put JavaScript code?