js addEventListener hasta el ancho de la ventana

const removetogglenav = ()=>{
    if(window.innerWidth > 780){
        console.log(window.innerWidth);
    }
}

window.addEventListener('resize', removetogglenav);
Strange Snake