Guest User

Untitled

a guest
Jul 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var a = "a == b";
  2.  
  3. if(a){
  4. //do something
  5. }
  6.  
  7. var evaluationToBeDone = "MUST_CE_I = "MUST_CE_I"";
  8.  
  9. if(evaluationToBeDone){
  10. // i will do something if the above is true
  11. }
Add Comment
Please, Sign In to add comment