Skip to content

Instantly share code, notes, and snippets.

@TungVdMiichi
Last active May 17, 2020 11:39
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 TungVdMiichi/7fd4e588c1685b9ecd466468c77bc2bd to your computer and use it in GitHub Desktop.
Save TungVdMiichi/7fd4e588c1685b9ecd466468c77bc2bd to your computer and use it in GitHub Desktop.
var totalLikes = 0
for item in items {
totalLikes += item.numberOfLike
}
// result: 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment