Thumbnail for video 'Learning Typescript - Hello World'

← Back to courses

Hello World

Migrating to TypeScript is really easy. In this video I'll show you how to write your very first lines of TypeScript code.

Remember: your existing JavaScript code is already valid TypeScript. Migrating to TypeScript involves renaming all your files from .js to .ts. After that, you can slowly adopt TypeScript and start adding types, interfaces, classes, ...