Javascript Calculator Keeps Concatenating Calculation Results With First Number Entered For Next Calculation August 07, 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 Make Script Loading And Es6 Module Loading Working Together?Multiple Select Dropdown Using Angular With TagHow To Store The Values Retrieved From Content Script Into Textboxes With A Button ClickIterate Through Elements With The Same Class And Remove Them Post a Comment for "Javascript Calculator Keeps Concatenating Calculation Results With First Number Entered For Next Calculation"