JavaScript Get Page Args

const queryString = window.location.search;
console.log(queryString);
Supreme Oreo