Nested ConditionsIf inside if.Exampleif (x > 10) { if (x < 20) { console.log("Between 10 and 20"); } } Try it YourselfPreviousNext