document.querySelectorAll('input[type=text]').forEach(el => { el.addEventListener('input', _ => obj[el.id] = el.value) })