GSG-G10 / DevMonkeys-Ecommerce

0 stars 1 forks source link

innerHTML #41

Open Mu7ammadAbed opened 3 years ago

Mu7ammadAbed commented 3 years ago

For security reasons you should never use innerHTML

https://github.com/GSG-G10/DevMonkeys-Ecommerce/blob/0b47b4ec1f48ee4bd3270d6c49b4f9ce9c2a47b9/js/cart.js#L28

omar-shaath commented 3 years ago

Thank you for the great advice, noted.