$(".mexico-flag a").on("click", function (e) {
e.preventDefault();
fullpage_api.moveTo(2);
var instance = fullpage_api
.getActiveSection()
.item.querySelector(".fp-scrollable").fp_iscrollInstance;
instance.scrollTo(0, -950, 900);
setTimeout(function () {
instance.refresh();
}, 1000 + 150);
});
$(".mexico-flag a")
"use strict";
let typeShopOne = prompt("Какой тип товаров будем продавать?" , "Фрукты");
let typeShopTwo = prompt("Какой тип товаров будем продавать?" , " Овощи");
let typeShopThree = prompt("Какой тип товаров будем продавать?" , " Напитки");
let mainList = [];
mainList.push(typeShopOne, typeShopTwo, typeShopThree);
alert(mainList);