Latest Posts
December 24, 2021
My First Post
This post describes the basics of Classes in JavaScript as well as useful TypeScript conventions. JavaScript classes provide a simpler and more intuitive syntax to create objects and deal with inheritance. TypeScript, a superset of JavaScript, adds static types to the language, making your code more predictable and easier to debug.