Fork Copy alert(Array.from(document.querySelectorAll('tr input')).reduce((res, cur) => {res+=+cur.value;return res},0))