How to create a class in TypeScript?
Originally Published Here ๐!
To create a class, you can use the keyword class followed by using the {} symbol (opening and closing curly brackets) in TypeScript.
For example, let's say we need to make a class called Person with 2 fields like name an...
melvingeorge-me.hashnode.dev1 min read