Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. const width = window.innerWidth;
  2. if (width > 1200) {
  3.  
  4. } else if (width <= 1200) {
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement