Rangle.io: React Training
gitbook
gitbook
master
Search...
Ctrl + K
Immutable
Exercises
Task #5
Generate a
Map
of the eye colors to count of people with that color
Expected Result
Copy
{
blue: 3,
brown: 1,
green: 1
}
Answer
Previous
Task #4
Next
Task #6
Last updated
5 years ago
Was this helpful?
Generate a Map of the eye colors to count of people with that color
Answer