

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Learn TypeScript
incomplete
2: Basic Types
incomplete
3: Type Inference
incomplete
4: Why TypeScript
incomplete
5: What Is TypeScript
incomplete
6: Any
incomplete
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
Welcome to "Learn TypeScript"! In this course, you'll learn how to use TypeScript to add static typing to JavaScript.
This course assumes you're already familiar with JavaScript. If you're not, start with our Learn JavaScript course first.
During this course, we'll be building parts of a make-believe software project: Support.ai! A startup that builds LLM-powered chatbots for automating customer support.
Notice the : string annotation on the bootupMessage variable? That's TypeScript telling the compiler, "this variable holds a string".
Edit the code to print starting server... to the console instead of edit me.