Can a number returned by setTimeout()
in javaScript be negative?
Currently, I can see that the timeoutId's are 1,2,3,4,5,6.... in Chrome. In Firefox it starts from number 4 and so on.
Is this consistent across browsers and other js engines?
What if the timeoutId number will reach the maximum integer value?