I encountered this code today:
b = setTimeout(function () { // do some javascript stuff here }, 8e3)
The timeout is set to 8e3
8e3
8*103 = 8000 ms which is 8 seconds