Welcome
const x: string = () => "Hello World"
function greeting(name) {
return html`Hello, <i>${name}</i>!`
}
document.createTextNode("[insert chart here]")
display(greeting("World"))
Charts
We can output charts.
Chart()
Other
And other things.