Skip to content

Commit ba6276b

Browse files
committed
Update README.md
1 parent 8cdc957 commit ba6276b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,15 @@ node app.js
190190
<b><a href="#">↥ back to top</a></b>
191191
</div>
192192

193+
## Q. ***Explain the concept of URL module in Node.js?***
194+
195+
*ToDo*
196+
197+
<div align="right">
198+
<b><a href="#">↥ back to top</a></b>
199+
</div>
200+
201+
193202
## Q. ***How to make an HTTP POST request using Node.js?***
194203

195204
*ToDo*
@@ -297,6 +306,14 @@ Node JS Platform does not follow Request/Response Multi-Threaded Stateless Model
297306
<b><a href="#">↥ back to top</a></b>
298307
</div>
299308

309+
## Q. ***How assert works in Node.js?***
310+
311+
*ToDo*
312+
313+
<div align="right">
314+
<b><a href="#">↥ back to top</a></b>
315+
</div>
316+
300317
## Q. ***What is an error-first callback?***
301318

302319
The pattern used across all the asynchronous methods in Node.js is called *Error-first Callback*. Here is an example:

0 commit comments

Comments
 (0)