WDD 430: Web Full-Stack Development

TypeScript

Overview

TypeScript Logo

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript is pure object oriented with classes, interfaces and statically typed like C# or Java. TypeScript supports cross platform development. TypeScript is open source. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript is pure object oriented with classes, interfaces and statically typed like C# or Java. TypeScript supports cross platform development.

"TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale." – typescriptlang.org

Prepare

  1. Read 📄TypeScript for JS Programmers – typescriptlang.org
  2. Practice 📄TypeScript Tooling in 5 Minutes – typescriptlang.org
  3. Reference 📑 Configuring TypeScript in next.js.

Submission

  1. Return to Canvas to submit your learning activity report.