function ofInput() { const data = Array.from( this.children, tr => Array.from(tr.querySelectorAll(\'input\'), input => input.value) ); } document.qu