1) What would be the output of this script?
2) Which of the following HTML elements can we put Javascript code in?
a) <script>3)What is the correct Javascript syntax to write "Hello World"?
a) ("Hello World")4) What is the correct place to insert JavaScript?
a) <body>section5) How to write "Hello World" in the warning box?
a) alertBox="Hello World"6)How to create a function?
a) function:myFunction()