TypeScript Crash Course 2021 | The Basics From Scratch!
Video Statistics and Information
Channel: codeSTACKr
Views: 19,491
Rating: undefined out of 5
Keywords: typescript, learn typescript, typescript 2020, typescript course, typescript for beginners, learn javascript, typescript full tutorial, typescript vs javascript, typescript getting started, webdev, app development, javascript, js, ts, strong type, typescript tutorial, ts tutorial, type script, esnext, angular, typescript 2021, typescript tutorial for beginners, typescript crash course, typescript basics, web development 2021, typescript tutorial 2020, typescript tutorial 2021
Id: wyO8RWl1ges
Channel Id: undefined
Length: 42min 18sec (2538 seconds)
Published: Fri Jan 29 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Saved this too. Man, you're working really hard for the community. Thanks for sharing :")
In this crash course, we're going to take a look at TypeScript. I'll teach you what it is and how you can use it in your next project.
TypeScript is a superset of JavaScript. That means that it can do everything that JavaScript can but adds more features.
The types that we'll cover are: string, number, boolean, array, object, any, void, null and undefined, tuple, enum, and generics.