Break a URL string into its parts for easy parsing
URL string that will be parsed
Parts of URL
Use built-in URL object: new URL('...');
new URL('...')
Break a URL string into its parts for easy parsing