I wrote a function that toggles a class. An element has a specific style and when it is selected the style changes, which works. What I want it to do is have the styling on the selected element go back to the original when a new element is selected. Currently, it remains the new style when other elements are selected.I wrote a function that toggles a class. An ele