I have completed most of the coding for the weather page, but I have one slight problem. When you click on the temperature it toggles from Celsius to Fahrenheit but when you click it again it does not change back.
when I console.log the click function it executes on each click but I do not know why the units don’t change.
I have tried to read up on it but I cannot seem to find a solution to my problem.
@duza-two - i use a fucntion on click of the hyper link which says “C” - Its really simple , the extra code is for adding text “C” and “F”, the real code is only 2 lines -