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 the while loop?
- The Window Object: Its Properties, Methods, and Events.
- What is the onreset event handler?
- What are reference variables?
- What is a batch update in JDBC?