2022-11-28
|~1 min read
|199 words
Tonight, had a real head scratcher: how to instantiate a class in Typescript that uses a constructor without a compiler error! In Vanilla JS…
2022-11-28
|~6 min read
|1005 words
I’ve written in the past about OO in Javascript, but recently I was working on learning more about heaps and as I pulled together my own…
2022-11-28
|~8 min read
|1468 words
Update: I wrote a follow up post on how to extend classes in Javascript. What are classes anyway? A class is an entity that is capable of…