While looking at the concise information on the AngularJS $timeout documentation page, I noticed that the 'delay' argument is listed as optional. However, when utilizing $timeout without specifying a delay, I observed that a delay is still implemented.
Would anyone be able to inform me about the time duration allotted for the delay when the argument is not explicitly mentioned?