1.1.0 • Published 9 months ago
customized-javascript v1.1.0
Customized Javascript
Customized javascript, makes ur Javascript more basic.
Installation
npm install customized-javascript
Example usage
const cj = require("customized-javascript");
const myA = [1, 2, 3, 4, 5]
console.log(cj.shuffleArray(myA));
1.1.0
9 months ago