WebDevSimplified / Vanilla-JavaScript-Calculator

Pure vanilla JavaScript calculator using modern ES6 syntax and classes
516 stars 554 forks source link

Fix script.js #19

Open Nikhil27b opened 3 years ago

Nikhil27b commented 3 years ago

This code fix error of dividing zero by zero now it does not break the calculator only return 0.