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
- Host: GitHub
- URL: https://github.com/funnyboy-roks/js-utils
- Owner: funnyboy-roks
- License: other
- Created: 2021-08-17T20:55:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T20:56:16.000Z (over 4 years ago)
- Last Synced: 2024-12-27T18:25:49.592Z (about 1 year ago)
- Topics: big, inefficient, javascript
- Language: JavaScript
- Homepage:
- Size: 12.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.