An open API service indexing awesome lists of open source software.

https://github.com/funnyboy-roks/js-utils

A collection of the very efficient functions that I write for JavaScript development
https://github.com/funnyboy-roks/js-utils

big inefficient javascript

Last synced: 2 months ago
JSON representation

A collection of the very efficient functions that I write for JavaScript development

Awesome Lists containing this project

README

          

# JS Utils

A repository that stores some very use JavaScript utilities for usage, when needed

## Add

A simple function that can add numbers, currently, 0 + 0 through 999 + 999 are supported.

## Subtract

A simple function that can subtract numbers, currently, 0 - 0 through 999 - 999 are supported.