Thumbnail for video 'Learning Typescript - Classes'

← Back to courses

Classes

Creating classes in regular JavaScript is difficult and feels weird because it uses prototype-based inheritance. In TypeScript you can use classes in almost the same way as in Java, C# or many other object-oriented programming languages.