Skip to content

tomhughes87/Learning_Typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEARNING TYPESCRIPT(.ts)

  • This repo outlines my learning process of .ts
  • It contains all of my: notes, practices, and exercises
  • This repo will act as my cheatsheet when needed
  • Hopefully, this repo also shows that my learning of .ts was thorough

What I've learnt:

  • config file
  • strict data types
  • arrays/ nested arrays
  • union types
  • type Aliases
  • objects
  • enums
  • tuples
  • interface
  • functions
  • classes
  • read only
  • optional data
  • type narrowing
  • ts with react
  • generics

How?

The Course:

An amazing course by Colt Steele on Udemy: https://www.udemy.com/course/learn-typescript/



Getting the most out of learning:

Here are some techniques I used to reenforce the learning process:

  • Although some sections of the course are short, I have spent many hours practicing the areas covered.

  • I changed all of the examples in the videos and personalised them to re-enforce the learning process.

  • I would often watch the intro to a section and then try to solve the upcoming problems.

  • I made notes and organized examples of .ts features for 'future me' so that I have cheatsheets and references to refer back to (this repo).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors