The javascript date method now() returns number of milliseconds since 1970/01/01. It is an integer number. This number keeps on increasing as time moves on. What will be the maximum or end value it could reach? How many centuries or millenniums it could take?
I am sure this ever increasing integer cannot grow beyond a very high integer? What is that limit?
Will this method Date.now() stop working once reaching that day in future?