Yesterday while learning Javascript i came accross some statement like "Overflow is when the number is larger than the maximum positive number that can be represented(+Infinity) and when the number is larger than the maximum negative number that can be represented(-Infinity))
Then why Number.Max_Value+1 is not giving me +Infinity and why Number.Min_Value-1 is not giving me -Infinity.`
However Number.MaxValue*2 gives me Infinity. Please help me in this. I have gone through other stackoverflow posts also but i'm unable to find an answer please help me in this confusion.