Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var thisIstrue = false,
  2.   iLied = true;
  3.  
  4. if((thisIsTrue === iLied) ? thisIsTrue : iLied){
  5.   console.log("shit..");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement