Introduction to Javascript
Declaring Variables in Javascript
JavaScript implement loosely types technique for declaring variable i.e. variable can take any form of data String or Number. A variable is responsible for holding the data in the computer memory. To access this data from the memory JavaScript refer to the variable name.
Bookmark It
Hide Sites
Declaring JavaScript Code
This article will guide you to decalring javascript code in your html/server side programming code.
JavaScript can be used either directly in the HTML page or in a separate external file
The external file will be importing in the Web file. The external file should have .js extension
If you are planning to write your JavaScript code […]
What is JavaScript
JavaScript is a client side scripting language and it runs on the client browser
Netscape developed it and because it is simple to use it is one of the most known scripting languages
JavaScript Engine comes with the browser and the user doesn’t have to install any additional software for JavaScript to work
Bookmark It
Hide Sites




















