JSFiddle - React, Tailwind, and code Playground
JavaScript
function queryParamsToJson() {
href = "ola";
}
queryParamsToJson();
console.log( href ); // "ola" Polluted.
console.log( window.href ); // "ola" Polluted.
function queryParamsToJson() {
href = "ola";
}
queryParamsToJson();
console.log( href ); // "ola" Polluted.
console.log( window.href ); // "ola" Polluted.