Experiencing my 3rd year working in Tech. Transitioning to Web Dev & all things UI/UX. Gardening misfit. Hiking/Biking addict. Lost wax casting practitioner.
I’m currently learning...Working daily to improve React, vanilla JS, CSS skills. Learning to use front end frameworks such as Gatsby in projects. Working with Sanity for headless CMS.
Latest solutions
Latest comments
- @Da-vi-de@chrisyoung0101
Hi Davide, I like how you kept your script.js super simple or at least simple compared to what I used in my solution for this challenge :-). I think there's a lot for me to learn there. The "get" element function is a cool idea I hadn't thought of.
Question : You mentioned "capturing and bubbling" in your comment on my solution. I see that your buttons are in a parent div with id="buttons" and each button has attribute data-tab. How are you using data-tab? I see each data-tab has a value but not seeing where that value is being used. Anyways, just attempting to get a better grasp of the DOM's "capturing & bubbling" phase. Thanks.