A JavaScript functions – a set of statements that take inputs, do some specific things and produces output. Basically, a function is a set of statements that performs some tasks…
In previous article we discussed what is JavaScript and now lets start learning. In this article, we will get down to the real basics and learn about JavaScript variables and…
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…