Dives into the world of JavaScript, including who developed JavaScript, How to, Where to, JavaScript vs. Java and so much more. Get introduced to JavaScript today!
Version 1.0 Platform Windows ,FreeBSD ,Mac OSX ,Sun ,Linux
If you are new to javascript this tutorial would be a good place to start. Learn the basics of javascript, as well as some of the most commonly used javascript functions, such as: alert, prompt, ...
One of the most essential parts of the programming language is the ability to repeat some common action. This is called a loop or a cycle. You can find more details in this tutorial.
This tutorial will teach you basics to make you familar with arrays in JavaScript. You will learn how to access array alements, initalize arrays and use them in functions.