Welcome To Your Quiz
Remaining Time:
No timer
Take time to
Understand the
Questions..
1. which one is not a JavaScript Data types:?
Sentence
Boolean
String
Number
2. Inside which HTML element do we put the JavaScript?
<javascript >
< js >
< script >
< scripting >
3. Where is the correct place to insert a JavaScript?
The < head > section
The < body > section
Both the < head > and < body > section
4. How do we link to an external script ?
< script src="" >
< script a="" >
< script href="">
< img src="" >
5. The external JavaScript file must contain the script tag?
True
False
6. How do you write "Hello World" in an alert box?
msg("Hello world")
msgbox("Hello world")
alert("Hello world")
alertBox("Hello world")
Submit
RESULTS :