Home

HTML basics

Web Safe Colors

Symbols

Java Tutorial

XML Tutorial

C++ Tutorial

Perl Tutorial

View Guestbook

Sign Guestbook

Links

 

This JavaScript tutorial is aimed primarily at those who have had at least some exposure to another programming language. It is not our purpose here to cover the basic concepts of computer programming, but rather illustrate the syntax and methodology of JavaScript. For its part, JavaScript is a rather basic language which conforms tightly to the core concepts of computer programming. Any background in programming, from Visual Basic to Pascal to C (which is far more advanced) is sufficient to readily understanding JavaScript. Those who are true novices at programming would be better off with any number of available books on JavaScript which take the time to explain both the specifics of the language and programming concepts in general.

Click on one of the links below to go to that page.

Versions of JavaScript

Embedding JavaScript

JavaScript Grammar

Variables and Data Types

Operators

Statements

Functions

Objects

Event Handlers

Conclusion