Article Preview

Solution retrospective
Finishing the project and getting to use js to add functionality to projects.
What challenges did you encounter, and how did you overcome them?-
At first when I added a second event listener within an event listener both of them were being executed on single click and it wasn't working one after the other like it's supposed to chatgpt suggested using stopPropagation() and I did that.
-
I wasn't able to figure out how to do the active states for both mobile and desktop using CSS so I used JS. For JS, I went with simple innerWidth property.
What would have been the best approach to deal with active states. Can it be done using CSS or is JS required?
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Srishti Chaudhary's solution.
Join 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