Part two of turning the rabbit hole inside out

This commit is contained in:
Jeremy Ruston 2012-05-05 22:57:21 +01:00
parent ee6d7b5cc5
commit 9465da4335
128 changed files with 0 additions and 0 deletions

View file

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