Checks that the value is a number.
number("hello"); // Error: typenumber(1); // passes Copy
number("hello"); // Error: typenumber(1); // passes
Checks that the value is a number.
Example