Skip to content

Instantly share code, notes, and snippets.

@gkucmierz
Created April 20, 2017 20:38
Show Gist options
  • Select an option

  • Save gkucmierz/4e9b1cabe92f0ee21e321d9ff799fce9 to your computer and use it in GitHub Desktop.

Select an option

Save gkucmierz/4e9b1cabe92f0ee21e321d9ff799fce9 to your computer and use it in GitHub Desktop.
[].map.call($('#activeLoansTable tr'), el => {
return el.querySelectorAll('td')[2];
}).map(td=>td&&+td.innerText.replace(/[^\.0-9]/g, '')||0).reduce((acc, n)=>acc+n,0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment