0
Anyone can Adjust this Hamburger Menu
this hamburger menu is not working properly can any one solve this https://code.sololearn.com/WA13A14a38a7
1 ответ
0
you must wrap your js code inside:
onload = () => {
// your code
};
to run it only when dom is ready ^^