File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,15 @@ node app.js
190
190
<b><a href="#">↥ back to top</a></b>
191
191
</div >
192
192
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
+
193
202
## Q. *** How to make an HTTP POST request using Node.js?***
194
203
195
204
* ToDo*
@@ -297,6 +306,14 @@ Node JS Platform does not follow Request/Response Multi-Threaded Stateless Model
297
306
<b><a href="#">↥ back to top</a></b>
298
307
</div >
299
308
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
+
300
317
## Q. *** What is an error-first callback?***
301
318
302
319
The pattern used across all the asynchronous methods in Node.js is called * Error-first Callback* . Here is an example:
You can’t perform that action at this time.
0 commit comments