new Number() vs Number() What is the difference between new Number() and Number()? I get that new Number() creates a Number object and Number() is just a function, but when should I call which, and why? On a related note, Mozilla says: Do not use a B…