JavaScript Basics Tutorial

An overview of Javascript fundementals

Welcome

Welcome to the JavaScript Basics Tutorial. In these tutorial pages you will learn basic JavaScript concepts and syntax. There are code examples provided for each section so that you can see how the concepts and syntax is typically written in code.

The information contained in this tutorial is not exhaustive. It simply outlines the basics. For more information and detailed explanations of the concepts discussed in this tutorial please consult the many available online resources. Here are a few of our favourite:

Each Section contains an exercise at the end to allow you to put some of the concepts and syntax you will have learned into practice.

Have Fun Learning!

Home
Variables  START 
.