Your First JavaScript Script
Let us take a sample example to print out “Hello World”. We added an optional HTML comment that surrounds our JavaScript code. This is to save our code from a browser that does not support JavaScript. The comment ends with a “//–>”. Here “//” signifies a comment in JavaScript, so we add that to prevent … Read more