Updated examples
This commit is contained in:
committed by
Agamemnon Zorbas
parent
91d42064c8
commit
bb722b2eb4
@ -12,6 +12,6 @@ const arrayGcd = arr => {
|
||||
```
|
||||
|
||||
```js
|
||||
arrayGcd([1,2,3,4,5]) -> 1
|
||||
arrayGcd([4,8,12]) -> 4
|
||||
arrayGcd([1,2,3,4,5]) // 1
|
||||
arrayGcd([4,8,12]) // 4
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user