JavaScript URL Objects API
When working in JavaScript, there will come times when you need to either receive or manipulate information from the URL.
Luckily for us, there is the URL API.
This is a constructor that we can call on URLs to parse them in an object way.
JavaScript ...
h.daily-dev-tips.com3 min read