Google News
logo
NodeJS - Interview Questions
How many types of API functions are there in Node.js ?
There are two types of API functions in Node.js:
 
* Asynchronous, non-blocking functions
* Synchronous, blocking functions
Advertisement