Skip to content

Commit 8d375e3

Browse files
committed
Merge pull request kodecocodes#23 from chris-pilcher/Select-Minimum-Maximum
Adding link to bottom of the README
2 parents 0efd601 + a9fb350 commit 8d375e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Select Minimum Maximum/README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,5 @@ let array = [ 8, 3, 9, 4, 6 ]
129129
array.minElement() // This will return 3
130130
array.maxElement() // This will return 9
131131
```
132+
133+
*Written by [Chris Pilcher](https://github.com/chris-pilcher)*

0 commit comments

Comments
 (0)