bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths
Learn/TypeScript/TypeScript Core
TypeScript•TypeScript Core

TypeScript Tutorial

Learn TypeScript

TypeScript is JavaScript with added syntax for types.

TypeScript is developed and maintained by Microsoft.

You can edit TypeScript code and view the result in your browser.

Example

console.log('Hello World!');

Next

TypeScript Introduction