Lots of documentation updates

More to come...
This commit is contained in:
Jeremy Ruston 2012-06-10 13:40:53 +01:00
parent 4e0528e3dd
commit f838d6e3c1
16 changed files with 232 additions and 116 deletions

View file

@ -1,14 +0,0 @@
title: SampleJavaScriptWithError
type: application/javascript
tags: demo
/*
This is an example JavaScript program that contains an error
*/
function myFunction(param) {
if(=) { // An error
param = param/17;
}
return param * Math.PI; // Perform a calculation
}