What is the Javascript

Javascript is a light-weight scripting language, not a high level programming language.

It is case sensitive, ( "JAVASCRIPT" and "Javascript" is not same )

we can write javascript codes on a HTML file inverted the <script>....</script> tags.

we can use a simple text editor like gedit (on linux), TextWrangler (on Mac) or notepad (on windows) to write javascript codes.

we do not want compile javascript codes before use it.

We use javascript on web pages and we use it to add in...
Continue reading ...