🔰non-numeric operand

🚧 under construction

JSoperatorarithmetic ⟩ non-numeric operand

non-numeric operands in arithmetic operations:

  • that cannot convert to numbers convert to NaN.

  • if either operand is (or converts to) NaN, the result is (almost always) NaN.

  • replit:

// Some code

Last updated