javascript-calculator icon indicating copy to clipboard operation
javascript-calculator copied to clipboard

A simple calculator built using HTML, CSS and JavaScript

Results 7 javascript-calculator issues
Sort by recently updated
recently updated
newest added

The history of the operation displays outside the dashboard. For example, when I type 8 + 8, it displays outside the dashboard. Only the answer displays inside the dashboard

Noticed that, on this application, taking the square root of -1 resulted in **NaN**, as JavaScript would naturally evaluate it to. Although most simple calculator applications do this, perhaps it...

There were often some errors in the precision of even simple floating-point results. For example, the application evaluated (0.2)^2 as **0.04000...01**, when the application could instead simply keep it as...

I think it's width size we cn be increased for pc/desktop size and phone size is good and apply shadow for make a more interactive.

Hi Alexandros, You have probably made this calculator to practice programming, but I can tell you that it's the best JavaScript based calculator out there. And I have checked more...

@AlexFlorides , issue #11 Complited ![image](https://github.com/AlexFlorides/javascript-calculator/assets/99037494/34a3565b-23b9-449d-91fb-a4c57bcc38ed)

Key Changes: -- Removed Redundant Checks: Consolidated checks for dot and zero value handling. -- Simplified Conditions: Streamlined conditional blocks for better readability. -- Consistent Variable Naming: Ensured consistent use...