Javascript Calculator Keeps Concatenating Calculation Results With First Number Entered For Next Calculation August 30, 2023 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 Get A Json Object And Put In A CssHow To Edit 'clip' Css Property In Jquery?Remove Dom Text From Variable With JqueryBootstrap Modal Responsive Vertical Centering? Post a Comment for "Javascript Calculator Keeps Concatenating Calculation Results With First Number Entered For Next Calculation"