What is JavaScript?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is JavaScript?
Rating:
JavaScript is a language that is used to make the Web pages interactive. The user can send and receive information with the use of JavaScript objects. JavaScript can be used to create image rollovers and validating forms. It can also be used to open a new browser window. It is placed in the HTML code by using the <script>... </script> tag pair. It was developed by Netscape in conjunction with Sun Microsystems.
Rating:
Was this information helpful?
Other articles
- What is auth_user property of the request object?
- What is the anchors property?
- What is a servlet?
- What is final?
- What are global functions?