Design comparison
Solution retrospective
This is my first challenge using JavaScript and for some reason the app.js doesn't even work.. I could really use some feedback on it. :) Thank you!
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @adrivasarhelyi!
Your project looks great!
Your app.js is not working because you need to link it to your HTML file usign the tag
script
. Very similar to when you link your CSS file to your HTML. I'd put the code here for you, but for some reason, when I do it, half of my comment is cut off... I tried several times and it didn't work, so I'll leave you a link to W3C showing how to link a HTML to a JS external file here.Took a look at your code, you can place it on your HTML between line 42 and 43.
Do this and your
app.js
will work 😊I hope it helps!
Marked as helpful2@adrivasarhelyiPosted 11 months ago@danielmrz-dev thank you very much for your help! I was sure I put the link to the HTML so I forget to check it.. thanks for your comment it's working now. :)
1@danielmrz-devPosted 11 months agoI'm glad I could help!
Please consider marking my comment as helpful, it helps me with the points 😊
@adrivasarhelyi
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord