We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From line 56 of handlers.js https://github.com/facn2/PHS/blob/master/src/handlers.js#L56 you are using a forEach to loop through an array of objects and push one property from that object into another array. This would be a really good use case for map
handlers.js
The text was updated successfully, but these errors were encountered:
agreed - will look into this
Sorry, something went wrong.
No branches or pull requests
From line 56 of
handlers.js
https://github.com/facn2/PHS/blob/master/src/handlers.js#L56 you are using a forEach to loop through an array of objects and push one property from that object into another array. This would be a really good use case for mapThe text was updated successfully, but these errors were encountered: