const elem = document.getElementById('965312');
elem.dataset.id // "1308"
https://informer.yandex.ru/informer/47370901/3_0_2...
$(document).on('click', "#product_adding", function(e){
})
for (let x = 0; x < backBtn.length; x++) {
backBtn[x].onclick = (e) => {
e.stopPropagation()
backBtn[x].closest(".navigation__list")
.classList.remove("navigation__submenu--active");
}
}
document.addEventListener("DOMContentLoaded", function(e){
document.querySelector(".button2").click()
})
currentStep5 += step5;
$5year.textContent = `$${currentStep5}`;
currentStep10 += step10;
$10year.textContent = `$${currentStep10}`;
const n =10;
for (let i = 0; i < 12; i++) {
//просто вывод
if(i === (n-1)){
//Вывод курсивом
}
}