TypeScript overview
TypeScript extends JavaScript to ensure that a variable's data conforms to a certain form, or "type"!
Why TypeScript?
TypeScript allows for easier debugging and prevents bad data from circulating through an app:
also, all JavaScript works in TypeScr...
joncoded.hashnode.dev2 min read