These sections provide information about the basic elements that comprise JScript.
In This Section
- What Is JScript?
-
Defines JScript and explains its relationship to other languages.
- Writing JScript Code
-
Explains the organization of elements within JScript code.
- JScript Variables
-
Explains the concept of variables in JScript.
- JScript Data Types
-
Enumerates data types in JScript and explains the purpose of each type.
- JScript Operators
-
Provides a list of operators with links to information about each operator.
- Operator Precedence
-
Explains the rules that control the order in which operations are performed when an expression is evaluated.
- Controlling Program Flow
-
Explains conditional statements and loops in JScript.
- JScript Functions
-
Describes the built-in functions and explains how to create new functions.
- JScript Objects
-
Explains the concept of objects in JScript.
- Intrinsic Objects
-
Lists the objects that are part of JScript by default and explains the purpose of each object.
- Creating Your Own Objects
-
Explains how to extend JScript functionality by creating your own functions.
- JScript Reserved Words
-
Lists the reserved words in JScript.