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
Firstly, you can condense Array.prototype.filter to [].filter. Secondly, the main aim for your code should be readability. The section in which you're using filterMethod isn't particularly readable. Consider splitting up up rather than chaining callback blocks upon callback blocks. Otherwise nice js.
The text was updated successfully, but these errors were encountered:
Firstly, you can condense Array.prototype.filter to [].filter. Secondly, the main aim for your code should be readability. The section in which you're using filterMethod isn't particularly readable. Consider splitting up up rather than chaining callback blocks upon callback blocks. Otherwise nice js.
The text was updated successfully, but these errors were encountered: