Understanding ‘Weakly Typed’ and ‘Strongly Typed’ in TypeScript
TypeScript, a superset of JavaScript, introduces static types to JavaScript, which can either be "weakly typed" or "strongly typed"
Weakly Typed
In a weakly typed system, the variable of one type can be assigned a value of another type without explic...
musman.hashnode.dev2 min read