1.

What Is Java Script And What Are Their Functionalities?

Answer»

JavaScript is a CLIENT side scripting language that is mainly used to PERFORM client side processing to prevent server round trips and to make the USER response time faster. It is widely used for validation purpose such as confirm password validation and etc. It is GENERALLY embedded WITHIN the HTML which on client side is interpreted by the browser and the scripts are copy able.

JavaScript is a client side scripting language that is mainly used to perform client side processing to prevent server round trips and to make the user response time faster. It is widely used for validation purpose such as confirm password validation and etc. It is generally embedded within the HTML which on client side is interpreted by the browser and the scripts are copy able.



Discussion

No Comment Found