Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
document.querySelectorAll('.hr_input_0').forEach(function (item) { item.addEventListener('change', function () { let month_in = document.querySelector('#month_in_0'); let year_in = document.querySelector('#year_in_0'); let month_out = document.querySelector('#month_out_0'); let year_out = document.querySelector('#year_out_0'); if (month_in.value) { console.log('True', month_in.value) } else { console.log('False', month_in.value) } }); });
Практически идеальное решение, только вместо this подставил аргумент item.