A JavaScript function is 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, looking at how to work with…
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…