TypeScript Fast Crash Course – Free Udemy Courses
An Introduction to TypeScript main components
What you’ll learn
TypeScript Fast Crash Course – Free Udemy Courses
- At the end of the course, students will be able to use TypeScript
Requirements
-
Javascript
Description
TypeScript is a superset of JavaScript, which means that is a language that was created to add features to JavaScript. You might be asking yourself why it was created and why not just add those features directly to JavaScript.
Sometimes language foundations take time to implement features because the committee has to approve them, test and get feedback before requests are answered. The solution for that is to create another language that adds functionality to the language we need, and that’s where TypesScript comes in.
TypeScript has many advanced features that plain JavaScript doesn’t have yet but the good news is that we can start using it now since TypeScript compiles JavaScript ES5 which at this moment is the most compatible version of JavaScript for all browsers.
Most people want to learn TypeScript because they need the skills to use some Frameworks like Angular.
My goal with this course is just to give you the fundamentals of the language, and show you what TypeScript is and how to use it. We as developers don’t have the time nor can we afford to spend too much time on any technology.
Who this course is for
- Anyone who wants to learn typescript