Viewing profile — dr0nkprogrammer
dr0nkprogrammer
HN member- Joined
- Tue, May 26, 2020, 2:09 PM UTC
- HN karma
- -4
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About dr0nkprogrammer
No profile information was provided.
Recent public activity
-
comment
Comment #23311341
Javascript: console.log((0.1 + 0.2) === 0.3) // => false C#: (0.1m + 0.2m) == 0.3m // => true see here: https://dotnetfiddle.net/zVnrNQ Javascript is such a poor language, there is…