innerText is undefined
I am trying to code a very basic shop for a school project and I tried to get the price of a product by using innerText in a function to update the total price in the cart but when I checked in the console I get this error:
The function code:
caught TypeError: Cannot read properties of undefined (reading 'innerText')The function code:
