Please help me add the code so that the values that are displayed are stored on other pages of sites through localStorage. The code itself:
var str = location.search; if(str.indexOf('city') + 1) { document.getElementById('go').innerHTML = 'текст 1'; } else if (str.indexOf('city2') + 1) { document.getElementById('go').innerHTML = 'текст 2'; }