Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. var value1 = null;
  2. var value2 = null;
  3. var value3 = null;
  4.  
  5. // code that sets one or more of the values
  6.  
  7. // if more than one value is set add titles to separate them
  8. if ((value1 && value2) || (value1 && value3) || (value2 && value3)) {
  9. // add separate titles
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement