[Contents] [Previous] [Next] [Index]

PART 2
The Core JavaScript Language

Chapter 8   Values, Variables, and Literals

This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals.

Chapter 9   Expressions and Operators

This chapter describes JavaScript expressions and operators, including assignment, comparison, arithmetic, bitwise, logical, string, and special operators. It also describes regular expressions.

Chapter 10   Object Model

This chapter describes how to use objects, properties, functions, and methods, and how to create your own objects.

Chapter 11   Predefined Core Objects and Functions

Several objects are predefined in core JavaScript and can be used in either client-side or server-side scripts. These objects are in addition to objects defined for server-side JavaScript and Navigator objects introduced in Chapter 3, "Using Navigator Objects." A handful of predefined functions can also be used in both client and server scripts.

Chapter 12   Overview of JavaScript Statements

JavaScript supports a compact set of statements that you can use to incorporate a great deal of interactivity in Web pages. This chapter provides an overview of these statements.


[Contents] [Previous] [Next] [Index]

Last Updated: 10/31/97 10:37:03


Copyright © 1997 Netscape Communications Corporation


Casa de Bender