kopia lustrzana https://github.com/miklobit/TiddlyWiki5
14 wiersze
230 B
Plaintext
14 wiersze
230 B
Plaintext
![]() |
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
|
||
|
}
|
||
|
|