Complete the code below to construct a URL with the protocol — https:, hostname — www.example.com, port 443, and pathname — /mydocument.
Do not print the constructedURL, testing is handled internally. The url module is already imported using the require method and is stored in a const url variable.