In complex words, typescript is a syntactic superset of Javascript. In simple words, typescript is built on Javascript's syntax, but it allows developers to add static types. Static typing means that a variable's type can not be changed at any point ...
ennycodes.hashnode.dev2 min readNo responses yet.