1
2
3
4
5
6
7
8
9
let { bar } = await import("https://esm.town/v/madelinecodes/bar");
export const testMutate = (item) => {
if (bar === undefined) {
bar = [{ item }];
} else {
bar.push({ item });
}
};
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023