InterviewSolution
Saved Bookmarks
| 1. |
What is Stub in Node JS? |
|
Answer» It is the PROCESS of creating fake endpoints in code so that we can delay writing complex code.
|
|