Why is my toFixed() function not working? February 7, 2023 by Tarik You’re not assigning the parsed float back to your value var: value = parseFloat(value).toFixed(2); should fix things up.