Next
| Index
This book is a reference manual for the core JavaScript language for version 1.4. JavaScript is Netscape's cross-platform, object-based scripting language. Core JavaScript can be extended for a variety of purposes by supplementing it with additional objects.
New Features in this Release
About this Book
- New Features in this Release
- What You Should Already Know
- JavaScript Versions
- Where to Find JavaScript Information
- Document Conventions
Chapter 1 Objects, Methods, and Properties
- Array
- Boolean
- Date
- Function
- java
- JavaArray
- JavaClass
- JavaObject
- JavaPackage
- Math
- netscape
- Number
- Object
- Packages
- RegExp
- String
- sun
Chapter 2 Top-Level Properties and Functions
- escape
- eval
- Infinity
- isFinite
- isNaN
- NaN
- Number
- parseFloat
- parseInt
- String
- undefined
- unescape
Chapter 3 Statements
- break
- comment
- continue
- do...while
- export
- for
- for...in
- function
- if...else
- import
- label
- return
- switch
- throw
- try...catch
- var
- while
- with
Chapter 4 Operators
- Assignment Operators
- Comparison Operators
- Using the Equality Operators
- Arithmetic Operators
- % (Modulus)
- ++ (Increment)
- -- (Decrement)
- - (Unary Negation)
- Bitwise Operators
- Bitwise Logical Operators
- Bitwise Shift Operators
- Logical Operators
- String Operators
- Special Operators
- ?: (Conditional operator)
- , (Comma operator)
- delete
- in
- instanceof
- new
- this
- typeof
- void
Chapter 5 Java Classes, Constructors, and Methods
- JSException
- JSObject
Appendix A Reserved Words
Index
Next
| Index
Last Updated: 10/29/98 20:16:57
Copyright (c) 1998
Netscape Communications Corporation