Home Company Information Consulting Course Catalog Contact Us Request a Quote Government Corporate
 


Profile


e-Catalog


Contact

Search

Cart
JavaScript: Language Basics

Course Status: Released
Course Language: English
Course Duration: 4 Hours
Deployment Options: Online, Interactive CDs, Network, Downloads, Intranet

Audience
Web developers
Prerequisites
Knowledge of HTML and general Internet development is essential; previous programming experience would be an advantage
Course Aim
To explain the basics of the JavaScript scripting language
Learning Objectives
Describe the capabilities and advantages of JavaScript.
Outline how to embed a JavaScript script in an HTML page.
Explain how to write statements, functions, and expressions.
Describe how to handle events.
Outline how to design and use objects.
Topics Covered
Introducing JavaScript
-
An introduction to JavaScript
- The uses of JavaScript
- Your first JavaScript program
- Hands-on: Writing a simple JavaScript program

Language fundamentals
-
Types, variables, and literals
- Operators and statements
- Functions
- Hands-on: Building simple statements

Objects and object-orientation
-
Objects in JavaScript
- Core functions
- Core objects
- Hands-on: Using core objects in a function

Advanced language topics
-
Regular expressions
- Pattern matching
- Arrays
- Hands-on: Using regular expressions