Public
Script
1
2
3
4
5
6
import { names as names2 } from "https://esm.town/v/chad/names";
export function getNamesHtml(req, res) {
const names = names2.map(({ name }) => `<div>${name}</div>`);
res.send(names.join(""));
}
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