Parse URL into an Object

# Introduction In this challenge, we will implement a function called `parseUrl` that takes a URL string as input and returns an object with parsed parameters. The function will take care of decoding the `URL` component and converting the parameters into key-value pairs. By parsing `URL` parameters into an object, developers can easily access and manipulate the data for further processing in their applications.

|60 : 00

Click the virtual machine below to start practicing