1Mediumgeneralโฑ 45sWhat does the Node.js event loop allow the runtime to do?๐โผARun multiple threads for every requestBHandle many concurrent I/O operations on a single thread by delegating blocking work and processing callbacks non-blockinglyCCompile TypeScript automaticallyDOnly handle one request at a time, blocking others