Tagged by 'tutorials'

Beginner's JavaScript

../Pictures/spectacles-xxx.jpg
This tutorial is for those of you who are thinking of trying out programming, and have little or no previous experience. I have chosen JavaScript since it is an easy language to understand, whilst being extremely powerful. Although you probably know of JavaScript because it is the de facto scripting language within HTML pages, I'm not going to use a browser. Instead I'll use an interpreter based on the SpiderMonkey scripting engine (the JavaScript implementation within Mozilla Firefox, among others), called JSDB. I'll use this interpreter to create the output to the 99 bottles of beer song.

Read more...