BigBinary Academy
JavaScript
Challenges Set 12
66.23
Courses
Search
Assessment
66.23
List pincodes of all users
List the pincodes of all the users.
Input will be a list of users.
Each user will have a field
pincode
.
Return an array of pincodes of all the users of the list.
For example:
Previous
Next