Enums in TypeScript
Here is the typescript file where I have compared enums with types
//Okay now lets do this
//basically when want to have a function, that should only some particular values, and it will be string
//one option is to create a if statment that can handl...
harshchandwani.hashnode.dev2 min read