Compiler Construction Interface Javascript Type Safety Typesafe Javascript July 28, 2023 Post a Comment Is there a way to enforce types in JavaScript? I'm thinking of a pre-processor which takes an i… Read more Typesafe Javascript
Class Duck Typing Interface Javascript Typescript Why Duck Typing Is Allowed For Classes In Typescript June 05, 2023 Post a Comment Looks like in TypeScript it's absolutely fine (from the compiler perspective) to have such code… Read more Why Duck Typing Is Allowed For Classes In Typescript
Interface Javascript JavaScript Interfaces In MDN June 13, 2022 Post a Comment As far as I know JavaScript, being OOP based on prototypes - and not classes - do not contemplates … Read more JavaScript Interfaces In MDN