Can you Crack Nodejs Interviews
Interview Questions
Node.js
Q1: What do you mean by Asynchronous API? ☆☆
Answer:
All APIs of Node.js library are aynchronous that is non-blocking. It essentially means a Node.js based server never waits for a API to return data. Server moves to next ...
articles.tkssharma.com49 min read