0
Someone can fix the error that why icons are not displayed on output screen in home and other linked pages
1 Respuesta
+ 2
I believe this line is the one giving you the issue:
<div class="icons> //line 27 HTML
There is a missing double quotation mark.
Also, on Javascript:
1) You have declared a variable "shoppingCart", but on line 6 you have written "shopping-Cart".
2) You wrote "Let" instead of "let" (lowercase L).