#oop
Read more stories on Hashnode
Articles with this tag
In this exercise we are going to create interfaces and how they are implemented in typescript, we will also see how to use polymorphism 1) Following...
1) Create a project in typescript with this structure run this command npx webpack-cli init 2) Create a class export class class1{ } 3) Add a...