```js const url = new URL("http://domain:12345/"); url.port = ""; console.log(url.port); //-> "12345" ```