Simple JS
What is Simple JS?
Simple JS
- JavaScript library which can help you make delopment more simple
and faster.
There are a few functions which need every for frontend developer.
Features
- Simple and understandable code
- Essenstial functions
- Lightweight ⭐
Installation
CDN via jsDelivr
You are able to download with jsDelivr
Full version
<script src="https://cdn.jsdelivr.net/npm/simple_js_lib@1.0.1/_simple-js.js">
Minificated version
<script src="https://cdn.jsdelivr.net/npm/simple_js_lib@1.0.1/_simple-js.min.js">
npm
Install this lib using npm
npm install -i simple_js_lib
Usage
Write this in js file to use the lib.
import sjs from 'simple_js_lib';
;
Use functions like methods
console.log(sjs.arraySum([1, 4, 3, [3]]));
// => 11
Documentation
To see all available function visit documentation
Notice: in the documentation uses functions, not methods. Do not forget use thier like methods