Json.value.map((item, index) =>
JSON.parse(Store)._value[index].value !== Json.value[index].value
? (Json.value[index].value = JSON.parse(Store)._value[index].value)
: (Json.value[index].value = JSON.parse(Store)._value[index].value)
);
localStorage.setItem("Json", JSON.stringify(state));
Json.value.map((item, index) =>
JSON.parse(Store)._value[index].value !== Json.value[index].value
? (Json.value[index].value = JSON.parse(Store)._value[index].value)
: (Json.value[index].value = JSON.parse(Store)._value[index].value)
);
const sort = {
"По популярности": "changePopular",
"По возрастанию цены": "changePlus",
"По уменьшению цены": "changeMinus",
"Сначала обсуждаемые": "changeDiscussed",
"Сначала с лучшей оценкой": "changeBest"
}[this.selected];