Brief Summary
Dive into the world of TypeScript! This course covers the basics of this powerful language made by Microsoft, perfect for building shiny web applications. You’ll get hands-on with code, set up your environment, and learn to compile TypeScript into JavaScript—easy peasy!
Key Points
-
Learn the basics of TypeScript, a typed superset of JavaScript
-
Set up your machine for TypeScript development
-
Understand the importance and use of TypeScript in large web applications
-
Work with TypeScript classes, error checking, and modules
-
Compile TypeScript to JavaScript using Node and NPM
Learning Outcomes
-
Set up your development environment for TypeScript
-
Understand why TypeScript is useful for large projects
-
Create and extend classes in TypeScript
-
Compile TypeScript to JavaScript smoothly
-
Share and manage code effectively using modules
About This Course
Learn to supercharge your web-applications with the powerful typed language from Microsoft!
In this course, we will learn about TypeScript, the new, JavaScript inspired language by Microsoft. The introductory TypeScript course will teach the student the TypeScript basics necessary for junior workplace skills.
By taking this course you will,
- Set your PC or Mac up to develop TypeScript
- Be able to understand why TypeScript is used to build large web applications
- Use TypeScript's classes and error checking
- Create and extend TypeScript classes
- Share Code via Modules
In the first section, we will learn about what projects TypeScript is appropriate for. We will learn who makes TypeScript, and what projects use TypeScript every day.
In the second section, we will learn about using Node and NPM to install TypeScript, and how to use the command line to compile TypeScript into JavaScript. As a bonus, we'll learn a bit about TypeScript compiler errors.
In the final section, we will take a look at a few of TypeScript's many features.
We will learn about types, how they are used, what kinds are available in TypeScript, and how to make your own.
We will learn about interfaces, inheritance, and TypeScript classes. Using the module system, we will share code between TypeScript files and compile them to JavaScript.
This course includes many videos, as well as links to useful tools like the TypeScript handbook.
This course should take 3-4 hours to complete, as you may wish to pause frequently to try the many code examples provided yourself.
This code is ideal for anyone wanting a solid beginner's foundation in TypeScript, as the hands-on lecture format will ensure that any pupil has a working knowledge of the basics.
Compile, Test and Run TypeScript on your workstation
Use TypeScript classes and type annotations
Build and run a simple app using TypeScript
Pablo T.
buen curso