Exercise: Anonymous functions for the accordion
Now that we understand how to use anonymous functions, let's transform our accordion code to use them:
Accordion finished filesaccordion-finished-files.zip2 KBdownload-circle
Here is the current code inside the index.js file:
//Select the accordion header
const accordionHeader = document.querySelector(".accordion .accordion-header");
//Add event listener and