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
import { emails } from "https://esm.town/v/eric/emails";
import { setEmails } from "https://esm.town/v/eric/setEmails";
import { getEmails } from "https://esm.town/v/eric/getEmails";
untitled0045282 = export async function asyncSubscribe() {
const s = await getEmails()
console.log(s)
Array.from(arguments).forEach(x => s.add(x))
await setEmails(s)
return emails.length
}
October 23, 2023