mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 08:42:49 -08:00
Lots of documentation updates
More to come...
This commit is contained in:
parent
4e0528e3dd
commit
f838d6e3c1
16 changed files with 232 additions and 116 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue