Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
6
7
8
9
10
11
let { testMutableExample1 } = await import("https://esm.town/v/stevekrouse/testMutableExample1");
export function publicValGetter() {
testMutableExample1++;
testMutableExample1++;
return {
"@stevekrouse.testMutableExample":
testMutableExample1,
"@me.testMutableExample1": testMutableExample1,
};
}
October 23, 2023