TIL about the URL constructor


TIL about the URL constructor. A safe and clear way to dynamically build a URL, one piece at a time.

More: https://developer.mozilla.org/en-US/docs/Web/API/URL/URL. (Note all the handy properties listed on the left nav)

View original on X