Community Notes Viewer

Tweet related community notes

2024-06-29 22:56:54
It is possible to add integers and floats in C#. The integer is implicitly converted into a float before the addition [Link] While it is possible to multiply a class and a string, the result will be a "NaN" (not a number)
CURRENTLY_RATED_NOT_HELPFUL(1-0-0)
Author
2024-06-29 23:06:50
NNN - Jokes don't need CN.
NEEDS_MORE_RATINGS(1-0-0)
Author
2024-06-30 02:09:15
This post is not about the result given when these operations are performed, but the ability to perform these operations. In C# an error will be thrown when directly adding a float an int. In JS an error will not be thrown when multiplying a class with a string. DOCS: [Link] [Link]
NEEDS_MORE_RATINGS(1-0-0)
Author
2024-06-30 11:10:46
NNN: nerd [Link]
NEEDS_MORE_RATINGS(0-0-0)
Author
Evaluate Notes