Sergio H. Gonzalez. 10 months ago committed by GitHub
commit 00542a32a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -698,11 +698,11 @@ It Will be covered in other section.
```js ```js
sevenRandomNumbers() 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 1. Write a function called reverseCountries, it takes countries array and first it copy the array and returns the reverse of the original array
🎉 CONGRATULATIONS ! 🎉 🎉 CONGRATULATIONS ! 🎉
[<< Day 6](../06_Day_Loops/06_day_loops.md) | [Day 8 >>](../08_Day_Objects/08_day_objects.md) [<< Day 6](../06_Day_Loops/06_day_loops.md) | [Day 8 >>](../08_Day_Objects/08_day_objects.md)

Loading…
Cancel
Save