mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 03:54:59 +08:00
cleanup (structure): update code structure
This commit is contained in:
10
client/pages/viewerpage/javascript.js
Normal file
10
client/pages/viewerpage/javascript.js
Normal file
@ -0,0 +1,10 @@
|
||||
// export function test(){
|
||||
// return 'aaaa';
|
||||
// }
|
||||
|
||||
|
||||
function cube(x) {
|
||||
return x * x * x;
|
||||
}
|
||||
const foo = Math.PI + Math.SQRT2;
|
||||
export { cube, foo };
|
||||
Reference in New Issue
Block a user