What is Nostr?
chrisisgr8 /
npub1amp…gpr7
2023-04-25 21:10:17

chrisisgr8 on Nostr: new mildly cursed javascript thing i learned: you can write a function outside of a ...

new mildly cursed javascript thing i learned: you can write a function outside of a class scope that accesses instance fields (this.etc) and then assign that function to a field, then call it and have it work

class bitch{
constructor (){
this.asdf = hnngg;
this.stringy = ":3";
}

function hnngg{
alert(this.stringy);
}

bitch.asdf() would generate a :3 alert
Author Public Key
npub1ampwavsm5hhh62hh93x8vmtpyk088kq4ct3akyay3hvczrstml8srggpr7