Uncaught TypeError: Cannot read property 'height' of undefined
at HTMLSpanElement.menu2.onclick
menu2.onclick = function(){
let x = 350;
let y = 0;
if(menu = x + 'px'){
menu.style.height += y + 'px';
}
else{
menu.style.height = x + 'px';
}
}