Skip to content
View sergiolenza's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Madrid
  • 06:46 (UTC +02:00)
Block or Report

Block or report sergiolenza

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. filter-with-reducer.js filter-with-reducer.js
    1
    /**
    2
     * Filter an array with reduce which has a better performance.
    3
     * @param {string} query - The string we want to search.
    4
     * @param {array} list - The array we want to filter.
    5
     * @param {string} prop - The property we want to match.