if you use a console.log inside a timeout with 0 second how long would it take to print
Sigiloso
It should be printed just after all the event loop stack finishes (is empty), after that the queue messages will be run, the time at 0 ms does not guarantee it will run immediately , it will run immediately if there’s an empty stack otherwise it will be scheduled into the queue