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
// This is useful if you want to keep the intellisense on a val,
// but you want to be able to import that entire val into another val as a component
// this is probably not what the creators intended. Welcome back, File System.
export function getValAsString(valName: string) {
// TODO:
// 1. authorId
// 2. valName
// fetch(/getVal, params={authorId, valName})
}
October 23, 2023