how to mention br in javascript in if statement code example Example: javascript if or Click to copylet A = 1; let B = 0; if (A == 1 || B == 1){ // some code here }