Modified output exercise sevenRandomNumbers()

Removed unnecessary parenthesis.
pull/621/head
Sergio H. Gonzalez 3 years ago committed by GitHub
parent 33cf6c074d
commit 69e3c7fdb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -698,7 +698,7 @@ It Will be covered in other section.
```js
sevenRandomNumbers()
[(1, 4, 5, 7, 9, 8, 0)]
[1, 4, 5, 7, 9, 8, 0]
```
1. Write a function called reverseCountries, it takes countries array and first it copy the array and returns the reverse of the original array

Loading…
Cancel
Save