This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Andrea Giammarchi
webreflection.bsky.social
did:plc:xrd4louojimip3igz6awkfnn
even simpler:
let a;
class A {
# a;
static {
a = self => self.#a;
}
}
thanks to static classes initialization block 🥳
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocks
2025-10-14T10:23:04.221Z