The Code Of HUNDRA
// Call hello World
function helloWorld() {
alert("hello World");
}
The code is structed in one function.
Hello World
Hello World is a function that display an alert with a message of "Hello World"