Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 302 Bytes

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.