Week 2 of #100DaysOfCode - TypeScript

Here I am again on the second week of the 100daysofcode challenge. I went through week 1 successfully and it was a great learning experience for me. I documented and wrote blog posts for everything I learnt.

This week I will be learning TypeScript. I will be creating a new project after learning to understand the concepts better. Here's a list of what I will be learning this week;

  • Data types: Strings, Numbers, Booleans
  • Arrays
  • Objects
  • Function Types (signatures)
  • Functions
  • Explicit Types
  • Union & Type aliases

I have arranged this in no particular order. I will writing a blog post on each one as I learn this week. I know this is not all that there is to TypeScript and I will learn more as I go on.

PS: This is me from the future, I did learn some more and I used those as I built a project. I worked on building an API project using TypeScript.