Skip to content

Instantly share code, notes, and snippets.

@saru2020
Created May 20, 2019 07:55
Show Gist options
  • Save saru2020/5b11ca4de999f3cf7155802a3ba20601 to your computer and use it in GitHub Desktop.
Save saru2020/5b11ca4de999f3cf7155802a3ba20601 to your computer and use it in GitHub Desktop.
//Functional Programming
let contactNames = contacts.map({
return $0.firstName + " " + $0.lastName
})
print(contactNames)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment