6. Tabbed Content

Page section: playground

The original CodeBubb project which doesn’t work well. See the revised version.

section 1

Two functions are created. The first removes the class of active from all the li elements. The second add the class of hidden to each section.

The next and main part of the script loops through the 3 links using a forEach() method. An event listener is added to each link and when a click event is fired several things happen. First the two functions (above run)...