Festusali / js-arithmetic

Perform basic arithmetic in JavaScript and get the output in a browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-arithmetic

Perform basic arithmetic in JavaScript and get the output in a browser window.

How To

To see how the code works, Visit the GitHub Pages and perform the folowing actions:

  • Enter first number,
  • Choose an operator from predefined list Then,
  • Enter second number.

The script performs basic arithmetic on both numbers using the operator you have choosing and the result shown on the screen.

Author

Festus Ali

Permissions

The code is free to use and distribute. Check out the License Page for more details.

Thanks

About

Perform basic arithmetic in JavaScript and get the output in a browser

License:MIT License


Languages

Language:JavaScript 76.1%Language:HTML 23.9%