Michaël
Member since May 17, 2021
- Profile: /members/14301-micha-l.htm
- URL: https://twitter.com/michahell
- Comments: 1
Recent Blog Comments By Michaël
-
I Prefer The Unary Plus (+) Operator Over parseInt() And ParseFloat() When Coercing Strings To Numbers In JavaScript
Posted on May 17, 2021 at 11:50 AM
What about preferring Number() over + even though there is a small performance hit because of readability? I generally think of code as: "What would I understand from this, would I see this in 5 years", and: "What would a novice javascript/typescript developer understand from... read more »