Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laynef/skip-js-library
https://github.com/laynef/skip-js-library
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laynef/skip-js-library
- Owner: laynef
- Created: 2016-09-10T04:31:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T17:05:34.000Z (about 8 years ago)
- Last Synced: 2024-10-09T22:02:49.476Z (about 1 month ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Under Construction
Any contributions are welcomed!____ __
/\ _`\ /\ \ __ __
\ \,\L\_\ \ \/'\ /\_\ _____ /\_\ ____
\/_\__ \\ \ , < \/\ \/\ '__`\ \/\ \ /',__\
/\ \L\ \ \ \\`\\ \ \ \ \L\ \__ \ \ \/\__, `\
\ `\____\ \_\ \_\ \_\ \ ,__/\_\_\ \ \/\____/
\/_____/\/_/\/_/\/_/\ \ \/\/_/\ \_\ \/___/
\ \_\ \ \____/
\/_/ \/___/## Skip JavaScript Library
This library is a convenient way to add functions to your JavaSCript without adding a new variable. After importing you can chain these functions like other pre-made functions on MDN.
This is a JavaScript library in vanilla JavaScript to help you with your JavaScript functions. These are pre-made chaining functions that allow you to skip certain indexes while using map, filter, forEach, reduce, etc. This is helpful in projects where you would use map and needed to select which indexes need to be changed by default they change every index like the given function. However, you have the option to skip indexes if needed.
### Installation
`npm install skip-js`
At the top of your file enter
`require('skip-js');`