Skip to content

Commit 3d2f783

Browse files
authored
Update activity.md
1 parent 8fe50e8 commit 3d2f783

File tree

1 file changed

+5
-0
lines changed
  • Lessons/09-Functional-ProgrammingPt.1/assignments

1 file changed

+5
-0
lines changed

Lessons/09-Functional-ProgrammingPt.1/assignments/activity.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
### Individually or In a team create a playground or Repl.it to work on the following:
55

6+
#### Resources:
7+
- [map documentation](https://developer.apple.com/documentation/swift/array/3017522-map)
8+
- [filter documentation](https://developer.apple.com/documentation/swift/sequence/3018365-filter)
9+
- [reduce documentation](https://developer.apple.com/documentation/swift/array/2298686-reduce)
10+
611
1. Here is an imperative version of a function called `doubleIt` that takes an array of numbers and returns a new array after doubling every item in the initial array:
712

813
```swift

0 commit comments

Comments
 (0)