4. Custom Lodash - rolling-scopes-school/RS-Short-Track GitHub Wiki
Folder Name | Branch | Coefficient |
---|---|---|
custom-lodash | custom-lodash | 0.8 |
Custom Lodash
Your task is to implement 'custom' version of lodash library following next requirements:
- Usage of methods from
Array.prototype.*
orObject.prototype.*
is strictly forbidden. - You can create your own additional service functions (if needed).
- You should use ES6+ features (any feature which supported by latest stable Chrome).
- Lodash chain is out of scope
- Please reuse as much of your code as possible
Methods to implement:
Arrays:
Objects:
Bonus:
- .filter - all use cases from the dock - 5pts