We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be7b6f commit a9fb350Copy full SHA for a9fb350
Select Minimum Maximum/README.markdown
@@ -129,3 +129,5 @@ let array = [ 8, 3, 9, 4, 6 ]
129
array.minElement() // This will return 3
130
array.maxElement() // This will return 9
131
```
132
+
133
+*Written by [Chris Pilcher](https://github.com/chris-pilcher)*
0 commit comments