This is repository contains a source code in JavaScript language.
You may copy the source code, but please read the MIT License first.
==========
This repository stores a very lightweight and simple code that can be used to count numbers.
==========
How to Use
Write this code in an IDE, then run it.
==========
Counting Methods
- Adding
- Subtracting
- Multiplying
- Dividing
==========
Counting Symbols
- "+" (Adding)
- "-" (Subtracting)
- "*" (Multiplying)
- "/" (Dividing)
==========