Tell us what’s happening:
my js file doesnt’ get attached to my index file and when i click on hearts i see nothing,my code passes all the test but it doesn’t work!
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Favorite Icon Toggler</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
</body>
</html>
/* file: styles.css */
/* file: script.js */
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0
Challenge Information:
Build a Favorite Icon Toggler - Build a Favorite Icon Toggler