Skip to content

Commit afc10e4

Browse files
authored
Update README.md
updated question 20
1 parent 52a5ca5 commit afc10e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ The filter() method creates a new array with all elements that pass the test imp
477477

478478

479479
#Question 20
480-
##Using array in question S use map function to return all the species
480+
##Using array in question 19 use map function to return all the species
481481
```
482482
var types = animals.map(function(animals){
483483
return animals.species;

0 commit comments

Comments
 (0)