0
Why is this code not working ? Trying to create a toggle navigation in javascript.
I tried so hard and yet so far. in the end, it didn't run. https://code.sololearn.com/WqCH3BILCDoh/?ref=app
3 Réponses
+ 2
А вообще, изменять свойства CSS в JS - не самое лучшее решение. Лучше создать CSS класс и подставлять его через Element.classList
0
Sergey Nikolaev (mccrush) Эй, спасибо, что ты герой. И спасибо за подсказку, я буду помнить об этом.