You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed the elephant misspell but I don't know about animals vs animal.. i think the animal variable needs to stay that way because it represents each item inside the animals array.
const animalsInHTML = animals.map((animal, i) => {
"animal" needs to be "animals" to get the desired output.
Also, "elephant" is misspelled.
The text was updated successfully, but these errors were encountered: