https://www.w3schools.com/jsref/met_win_matchmedia.asp
Last updated 7 months ago
if (window.matchMedia("(max-width: 700px)").matches) { console.log("aaaaaaa1"); } else { console.log("aaaaaaa2"); }