Skip to content

Learn typescript with a collection of learning resources, assignments focused on learning and applying TypeScript. It includes a variety of exercises, examples, and mini-projects designed to help build a strong understanding of TypeScript fundamentals and its use in real-world applications.

Notifications You must be signed in to change notification settings

Abbas-Asad/Typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn TypeScript 📚

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

Quick Start

# Install TypeScript globally
npm install -g typescript

# Compile TypeScript to JavaScript
npx tsc filename.ts

# Run the compiled JavaScript
node filename.js

Essential Tools & Playgrounds

References & Cheat Sheets

About

Learn typescript with a collection of learning resources, assignments focused on learning and applying TypeScript. It includes a variety of exercises, examples, and mini-projects designed to help build a strong understanding of TypeScript fundamentals and its use in real-world applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •