Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. if (typeof foo.bar !== "undefined")
  2.  
  3. if ("bar" in foo)
  4.  
  5. if(foo.bar) {
  6. // presented
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement