Hi, I saw in the spec that null is a litteral but typeof null must return 'object'. So I was wondering: Is Object.isExtensible(null) supposed to trow an error or to return false? Cheers