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.
tbh that same code can be rewritten with JS as well type checking both variables and then IF Else of all 3 possible combinations..
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.
tbh that same code can be rewritten with JS as well type checking both variables and then IF Else of all 3 possible combinations..