You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript lets you write modern JavaScript whatever your runtime environment. Take advantage of this by using the language features it enables. In addition to improving your codebase, this will help TypeScript understand your code.
Adopt ES modules (import/export) and classes to facilitate your migration to TypeScript.
Use TypeScript to learn about language features like classes, destructuring, and async/await.
Check the TC39 GitHub repo and TypeScript release notes to learn about all the latest language features.