Javascript Calculator Keeps Concatenating Calculation Results With First Number Entered For Next Calculation July 31, 2024 Post a Comment Solution 1: You are concatenating strings. You should have a look at parseInt / parseFloat; watch out for the radix, otherwise JavaScript will try to guess it... Share You may like these postsHow To Add Scrollbars In IframeI Want To Store A Value In Jquery Var And Pass ItIs There A Way To Dynamically Create Nested Divs Onclick?Font Awesome Not Loading When Using Python Simple Http Server Post a Comment for "Javascript Calculator Keeps Concatenating Calculation Results With First Number Entered For Next Calculation"