A JavaScript function – a set of statements that take inputs, do some specific things, and produce output. A function is a set of statements that performs some tasks and…
In the previous article we discussed what is JavaScript and now let’s start learning. In this article, we will get down to the real basics and learn about JavaScript variables…
In part 1 I explained how to declare an HTML document and I explained how HTML was built up using tags. Below is the HTML you added in the last…