Access Parts Of The Current Page's URL With JavaScript
Overview
Given this URL:
https://www.example.com:8080/alfa/bravo?charlie=delta#echo
The follow is what's available
window.location.href
https://www.example.com:8080/alfa/bravo?charlie=delta#echo
TODO
☐
Finished putting in all the examples from this page
☐
Add in URLSearchParams as well
-- end of line --