انضم إلى نوستر
2024-02-15 03:19:53 CET
in reply to

josh on Nostr: const myFunc = () => {} function myFunc () {} const myFunc = new function(“x”, ...

const myFunc = () => {}
function myFunc () {}
const myFunc = new function(“x”, “y”, “return x + y”)

I guess only 3