This would avoid many pitfalls of url.parse: ```js const obj = new URL(str); obj.searchParams.set("test", 1); obj.href ``` works as expected, without surprises...