What is JavaScript?Java script is a scripting language used for client side scripting. Web pages can be made more interactive with java script. Java script runs on client system which does not require constant downloads from the website. Java script is suitable for designing interactive web sites. It supports some of the objects like Array, String, Object, Date etc. It enables the HTML code to interact scripting, thus enables web authors to combine the sites with dynamic content.
|