Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
main(){
2
console.log(
'A'
);
3
setTimeout(
4
function
print(){ console.log(
'B'
); }
Callers
nothing calls this directly
Calls
1
main
Function · 0.85
Tested by
no test coverage detected