NodeJs URL Module

In NodeJs, To include the URL module, use the require() method. The URL module splits up a web address into readable parts.

Code :