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