Boris Zbarsky (2014-07-22T01:34:48.000Z)
On 7/21/14, 5:19 PM, André Bargull wrote:
> I'd say for consistency with other constant value properties (NaN,
> Infinity, undefined, Math.*, Number.*).

Ah, interesting.  I hadn't realized that Math.* and Number.* were also 
readonly non-configurable.

Alright, that's as good a reason as any.  ;)

-Boris
domenic at domenicdenicola.com (2014-07-30T22:53:20.322Z)
Ah, interesting.  I hadn't realized that `Math.*` and `Number.*` were also 
readonly non-configurable.

Alright, that's as good a reason as any.  ;)