Started Learning TypeScript!

 I started learning TypeScript! 


What is TypeScript?

TypeScript is a superset of JavaScript. It was developed by Microsoft (created by Anders Hejlsberg) and released in 2012. It is a strongly typed programming language and it has many coding features that JavaScript doesn't. Some of them are,
  • Interfaces
  • Namespaces
  • Generics
  • Abstract classes
  • Data modifiers
  • Optionals
  • Function overloading

How I Learn TypeScript?

I'm learning TypeScript by following the Build JavaScript applications using TypeScript learning path on the Microsoft Learn website. It is a text-based tutorial and it has 8 modules. Today I completed the first module, earned a badge, and shared it on my LinkedIn profile.



Comments

Popular posts from this blog

Day 11: Gamedev.js Jam 2022

Started a Hobby Game Project