Computer scienceBackendNode.jsCore ConceptsInternal modulesHTTP server

Intro to URL module

URL methods

Report a typo

Match the methods available in the Node.js url module with their respective functionality and return values.

Match the items from left and right columns
url.parse()
url.format()
url.resolve()
Parses a URL string and returns a URL object
Resolves a URL relative to a base URL
Constructs a URL string from a URL object
___

Create a free account to access the full topic