Which statements describe Number("hello")? Select all that apply.
Explanation
The text hello has no valid numeric interpretation for Number conversion, so the result is the Number value NaN. The conversion itself completes without throwing; returning zero would describe a different input case such as an empty string.