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');