Hello everyone. I’ve been trying to do the projects in the topic above. I managed to get them running well on my device, also passed tests for the 25+5 clock when i ran them on my local device. However, when i put them on code pen and run tests, I get none of the tests right(for 25+5 clock) and only one right(for the other two projects). Please help me. 25+ 5: https://codepen.io/Evronz/pen/BaMJgMJ , Javascript Calculator: https://codepen.io/Evronz/pen/ZEwvdqw , DrumMachine: https://codepen.io/Evronz/pen/RwvxzLR .Any assistance is very welcome in advance.
Besides the above, I’ve failed to get the freecode camp test scripts to be visible in my random quote generator athttps://codepen.io/Evronz/pen/abXJVWG
An id 's value must not contain whitespace (spaces, tabs, etc.). Browsers treat non-conforming IDs that contain whitespace as if the whitespace is part of the ID. In contrast to the class attribute, which allows space-separated values, elements can only have one single ID value.