Skip to content

Instantly share code, notes, and snippets.

@coybit
Created December 4, 2019 19:18
Show Gist options
  • Select an option

  • Save coybit/40d2e313111e02169a2aa48e5c6c5f70 to your computer and use it in GitHub Desktop.

Select an option

Save coybit/40d2e313111e02169a2aa48e5c6c5f70 to your computer and use it in GitHub Desktop.
NS Total
$('.transactionAmount').map(function(x,y) { return $(y).text().replace('€','').replace(',','.'); }).map((x,y) => parseFloat(y)).toArray().reduce(function(x,y) { return x + y}, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment