JavaScript is one of the main technologies at the heart of the web, providing interaction and special effects to web pages.
If you want to build anything more than the most basic website, you should learn some basic scripting. Although JavaScript has a simple basis, it is also a large technology with many complex features. Thus, there's not one correct learning pathway. We suggest you start with the following pages to pick up some skills and knowledge. Pick a page that looks interesting to you. If you don't know where to start, move from the first basic skill to the last advanced skill.
The basics
Start here if you aren't familiar with JavaScript:
- JavaScript Basics
- JavaScript Basics helps you get started and gives you an idea of what you can do with this exciting language.
- JavaScript Guide
- If you are new to JavaScript, this guide will walk you through the language.
- JavaScript technologies overview
- Introduction to the web browser JavaScript landscape.
- Introduction to Object Oriented JavaScript
- Introduction to the concepts of object oriented programming in JavaScript.
In depth
Once you get used to the world of JavaScript, here are some details you could dive into:
- In our extensive reference, you'll find the details on every aspect of the JavaScript langage: global objects, operators, statements and functions.