DEV Community

Discussion on: Meme Monday

Collapse
 
ezpieco profile image
Ezpie

Yes I can totally agree that many web apps where made without TypeScript because of this!

But it's still kind of amazing to see that TypeScript can literally make something so simple as that add function into something so complicated.

Collapse
 
parimaldesign profile image
Parimal

tbh that same code can be rewritten with JS as well type checking both variables and then IF Else of all 3 possible combinations..