Explore basic arithmetic operations in JavaScript.
- Perform addition, subtraction, multiplication, and division on provided numbers.
- Console log the results of each operation.
- Fork and clone the repository.
- Navigate to the
01-07-arithmetic-exploration
directory. - Fill in the
index.js
according to the instructions.
- Correctly perform each arithmetic operation.
- Console log should display the results of each operation.