From the course: Learning TypeScript

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

JavaScript classes overview

JavaScript classes overview - TypeScript Tutorial

From the course: Learning TypeScript

Start my 1-month free trial

JavaScript classes overview

- Classes are the fundamental building block of many object oriented languages. And even though you may not have even been aware of it, they've actually been a part of JavaScript since ECMAScript 6, which means that all the modern browsers out there have native support for classes without the need for TypeScript. That being said, TypeScript does extend the basic JavaScript class in some interesting and helpful ways, which I'll be showing you in this chapter. If you're not completely familiar with JavaScript classes already, don't worry. I'll start in this video by doing a very quick review of JavaScript classes. I'm going to go through pretty quickly though. So, if you start to feel lost, you might want to stop and check out our "JavaScript: Classes" course to get a solid grip on the basics of classes and then come back here for the deep dive. Since this is a review, I'm not going to write any code. I'll just walk…

Contents