Nivedita-coder / JavaScript_Library

Some cool collection of JavaScript codes.
MIT License
5 stars 36 forks source link

Handle number entry after display shows Infinity #20

Closed itsluminous closed 4 years ago

itsluminous commented 4 years ago

Currently if display is showing Infinity (eg. after divide by zero), then if you press a number like 2, displays shows Infinity2 This PR will fix it show that if you press 2 after Infinity, it shows just 2

itsluminous commented 4 years ago

Please review changes, I have resolved all conflicts

itsluminous commented 4 years ago

Fixed conflicts again