mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-29 05:13:56 -08:00
10 lines
194 B
Text
10 lines
194 B
Text
title: SampleJavaScriptTiddler
|
|
type: application/javascript
|
|
tags: demo
|
|
|
|
/*
|
|
This is an example JavaScript file
|
|
*/
|
|
function myFunction(param) {
|
|
return param * Math.PI; // Perform a calculation
|
|
}
|