urlJavaScriptUrlMediumWhich API reads query string parameters from the current URL?1URLSearchParams with window.location.search2JSON.parse(window.location)3document.querySelector4window.history.stateBack to list