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.