Skip to content

alpersonalwebsite/learn-typescript

Repository files navigation

TypeScript: the typed superset of JS

License: MIT


This is an ongoing work. See this repo, until new advice, as a collection of notes. Thanks!


Notes

As I did years ago with React (tutorial that I should resume someday; please, forgive my laziness), I decided to put (and publish) some notes related to the new kid on the block, the JS Superset TypeScript.

Later, we will use typescript locally (feel free to install it as a global package: npm install -g typescript). But, for the moment, we consume repl.it

Index

Functions:

Type Assertions, Type Casting and Type Declaration

Type Guards:

Intersection types:

Generics:

Releases

No releases published

Packages

No packages published