i used the positioning techniques to control the share component

Solution retrospective
im proud that I was able to successfully buld the share component and also making it interactive and reponsive, next time I would like to make the js more efficient.
What challenges did you encounter, and how did you overcome them?Had some problems with manipulating the share components but after googling I was able to learn some manipulation in css dont neccessary apply in js. ex - in css we can say : .classname { display: "hidden" /to hide a certain element/}
but in js the "hidden" attribute doesnt work and took almost an hour to figure it out.
instead i use the "none" attribute like this : status.style.display = "none"
What specific areas of your project would you like help with?I would like to know if there was effiecient way to make the share component interactive. Thanks for the help!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Musie Misgun'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