https://github.com/fa7ad/practice-filter-obj
https://github.com/fa7ad/practice-filter-obj
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fa7ad/practice-filter-obj
- Owner: fa7ad
- Archived: true
- Created: 2018-05-05T17:19:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T18:51:04.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T11:23:23.218Z (over 1 year ago)
- Language: JavaScript
- Size: 440 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# practice-filter-obj
The problem is how to filter an object using a predicate much like `Array.prototype.filter`.
The goal is to find all viable/good solutions to the problem