MCPcopy Index your code
hub / github.com/sudheerj/javascript-interview-questions / eventloop-order.js

File eventloop-order.js

coding-exercise/eventloop-order.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function main(){
2 console.log('A');
3 setTimeout(
4 function print(){ console.log('B'); }

Callers

nothing calls this directly

Calls 1

mainFunction · 0.85

Tested by

no test coverage detected