Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 990 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 990 Bytes

TypeScript Training Course

TypeScript is a language that adds types and new features to JavaScript. It compiles down to JavaScript that can be used in any browser.

This course covers the fundamental building blocks of writing an application in TypeScript. It intentionally does not cover the entire TypeScript language, focussing instead on the features that are most commonly used. For a full reference, see the TypeScript documentation.

Prerequisites

This course is not intended for beginners to web development - you should have some prior knowledge of JavaScript, up to ES5.

Knowledge of ES2015/2016/2017 is desirable but not essential.

Course Structure

The course comprises of:

  • a set of notes, which will be presented as slides in person
  • a series of challenges, to be completed after each set of notes.