is directly understood to mean that a property called Date is registered in window during initialization and assigns the function object instance (constructor) pointed to by the constructor attribute in the Date prototype object.
do not know whether it is correct?
window.Date=Date.prototype.constructor;
call
Date.now() //1540818420088
< H2 > add < / H2 >
just verified
Date.myNow=function(){console.log("myNow")}
window.Date.myNow() // myNow