true?
                  
                  
                  if (a || b) {
                  
                  
                  if (a) {
                  
                  
                    // do something
                  
                  
                  } else if (b) {
                  
                  
                    // do something
                  
                  
                  }
                  
                  
                  }
                  
                  
                
It would work. But not sure if I got your question right. What do u mean by is this true ?
thank you i mean, i want to look at a combination of conditions is what I did right? or do I have to make changes?
Обсуждают сегодня