79204870

Date: 2024-11-19 19:58:02
Score: 4
Natty:
Report link

JS doesn't quite follow IEEE 754. For example the specification says that 1 ** NaN should equal 1, but in JS it is NaN. See: Why does IEEE 754 define 1 ^ NaN as 1, and why do Java and Javascript violate this?

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Isaac King