Javascript for…of doesn't work in Safari
问题 Currently I am trying to build a simple sidenavigation that appears/disappears whenever one of the "toggleSidenav" buttons is clicked (there are multiple). It seemed to work fine when testing with Firefox and Chrome but today when I tried to open my page with Safari (desktop and mobile version) the buttons didn't do anything. The problem seems to be the for-of-loop I used but checking the reference of the for...of, Safari should support it. My code: for (var btn of document