[Typescript OOP 3/3] Type safety with Interfaces, types, and enums
What is type safety?
Type safety is an abstract construct we create on our code where we tell our coding and compiling software to display errors (a way of telling us that there is something wrong in the program which can break later) if a few things...
harshankur.hashnode.dev8 min read