Some notes in plain text.
pnpm add @astrojs/preact@latest
And some fancy:
def func(ar): return ar*ar
function func(ar) { return(ar*ar); }