Viewing profile — bennettpompi1
bennettpompi1
HN member- Joined
- Tue, Dec 16, 2025, 3:11 PM UTC
- HN karma
- 8
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About bennettpompi1
No profile information was provided.
Recent public activity
-
comment
Comment #48836893
I may be missing something, but your example doesn't typecheck? class Animal { } class Dog extends Animal{ bark(){return 1} } class Cat extends Animal{ bark(){return 1} } const dog…
-
comment
Comment #48124030
fun project!
-
comment
Comment #47416015
this is cool! i'd recommend fleshing out the README. Clicked on the link before the discussion and was a tad confused.
-
comment
Comment #47185265
I really enjoyed reading this article however I can't help but feeling that if you need anything described within it probably shouldn't be writing JS in the first place