Javascript

Inside which HTML element do we put the JavaScript?
Where is the correct place to insert a JavaScript?
What is the correct syntax for referring to an external script called "xxx.js"?
script src="xxx.js"
How do you write "Hello World" in an alert box?
How do you create a function in JavaScript?
How do you call a function named "myFunction"?
How do you round the number 7.25, to the nearest integer?
JavaScript is the same as Java.