I'm proud to have finished another project, now with javascript. In this project I practice DOM manipulation and user event handling.
What challenges did you encounter, and how did you overcome them?I had a little difficulty simulating the arrow format in the div for sharing in desktop format. I also needed to recap the concepts of relative and absolute position in CSS.
What specific areas of your project would you like help with?In javascript I tried to capture the element with class name '.card__rodape-share' using 'document.getElementByClassName', but I was unable to add the EventList to it. I only managed it using 'querySelector'. I don't understand why, so if anyone can tell me I'd be grateful. Any suggestions for improving the code are welcome.