bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch

Loading lesson path

Learn/TypeScript/TypeScript Core
TypeScript•TypeScript Core

TypeScript Tutorial

Flash cards

Review the key moves

1/4
Core idea

What is the main idea behind TypeScript Tutorial?

Lesson checks

Practice each idea before moving on

Short Mimo-style checks built from this lesson's code, terms, and sequence.

1Quick choice

Which statement best captures the main point of this lesson?

2Fill blank

Complete the missing token from the example code.

___.log('Hello World!');
3Order

Put the learning moves in the order that makes the concept easiest to apply.

You can edit TypeScript code and view the result in your browser.
TypeScript is developed and maintained by Microsoft.
TypeScript is JavaScript with added syntax for types.

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