понятно
const newVal = +text + step * ($this.hasClass('entry__arrow--increment') ? 1 : -1);
return `${Math.min(max, Math.max(min, newVal))}`.padStart(2, 0);
window.scroll({
top: document.querySelector(e.target.getAttribute('href')).offsetTop - this.offsetHeight,
behavior: 'smooth',
});
UPD. Ну хоть в PHP 8 эту чушь исправили.