### Description Create the implementation of High Order Functions in **`ramdish`** and release the [v1.0.0](#) in npm. --- ### Issue Checklist ##### Each function should be created in `fnName.js` with a `fnName.spec.js` test. - [ ] Create `forEachObject` function. - [ ] Create `unless` function. - [ ] Create `times` function. - [ ] Create `every` function. - [ ] Create `some` function. - [ ] Create `sortBy` function. ###### All issues in milestone: [[2] High Order Functions](https://github.com/agzeri/ramdish/milestone/2) --- ### Assignees - [ ] Final assign @agzeri
Description
Create the implementation of High Order Functions in
ramdishand release the v1.0.0 in npm.Issue Checklist
Each function should be created in
fnName.jswith afnName.spec.jstest.forEachObjectfunction.unlessfunction.timesfunction.everyfunction.somefunction.sortByfunction.All issues in milestone: [2] High Order Functions
Assignees