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
~ fin ~