Home »
MCQs »
Koa.js MCQs
____ are a technique for constructing asynchronous code that seems to be synchronous code
4. ____ are a technique for constructing asynchronous code that seems to be synchronous code.
- Generators
- Middleware
- Constructor
Answer: A) Generators
Explanation:
Generators are a technique for constructing asynchronous code that seems to be synchronous code.