Hello World Program in JavaScript
A JavaScript program is made up of a series of statements that are normally processed from top to bottom. It usually represents a single step in a JavaScript program. Each statement (also known as command) is a single line that…