Chapter 7. Introduction To JavaScript
Chapter Objectives
In this chapter you will learn about:
JavaScript allows a Web developer to create Web pages that are more interactive and more interesting. Using the Document Object Model, the Web developer has vast access to the browser and elements of the HTML document. JavaScript is an indispensable part of Web site development.
JavaScript is an interpreted, object-based scripting language. As with any programming language it comes replete with:
control statements
for…each
if-then-else
while
switch
values, variables, and string literals
operators (such as =, >, ==)
the ability to create and call ...
Get Oracle® Web Application Programming for PL/SQL® Developers now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.