Skip to content

Instantly share code, notes, and snippets.

@saru2020
Created May 20, 2019 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saru2020/7baecc7063746830926fdc3070d7e8ab to your computer and use it in GitHub Desktop.
Save saru2020/7baecc7063746830926fdc3070d7e8ab to your computer and use it in GitHub Desktop.
//Functional Programming
let totalDurationSpentByContacts = contactsDurationArr.reduce(0,+)
print(totalDurationSpentByContacts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment