Guest User

Untitled

a guest
Dec 15th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. condition ? value_if_condition_true : value_if_condition_false;
  2.  
  3. this.setState({isMobile: containerWidth <= 700});
Add Comment
Please, Sign In to add comment