TypeScript: why static typing matters
The biggest feature that TypeScript brings to the table is static types. But, what are the advantages of static types over the dynamic typing in regular JavaScript?
A very common type of bug in JavaScript and dynamic languages happens when you pass a...
nicozerpa.hashnode.dev2 min read