What is JavaScript?

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.
What boolean operators does JavaScript support?
What boolean operators does JavaScript support? Java script supports...
Is a javascript script faster than an ASP script?
JSP is faster then ASP as the script is run on the client side...
JavaScript - What is == operator ?
The ‘==’ operator is a boolean comparison operator that returns true if the variables on its both sides...
Post your comment