LaunchCode logo
  1. Contents
  2. 5. Making Decisions With Conditionals

5. Making Decisions With ConditionalsΒΆ

  • 5.1. Booleans
    • 5.1.1. Boolean Values
    • 5.1.2. Boolean Conversion
    • 5.1.3. Boolean Expressions
      • 5.1.3.1. Comparison Operators
    • 5.1.4. Check Your Understanding
  • 5.2. Logical Operators
    • 5.2.1. Boolean Operators
      • 5.2.1.1. Logical AND
      • 5.2.1.2. Logical OR
      • 5.2.1.3. Logical NOT
    • 5.2.2. Operator Precedence
    • 5.2.3. Truth Tables
    • 5.2.4. Check Your Understanding
  • 5.3. Conditionals
    • 5.3.1. if Statements
    • 5.3.2. else Clauses
    • 5.3.3. else if Statements
    • 5.3.4. Check Your Understanding
  • 5.4. Nested Conditionals
    • 5.4.1. Check Your Understanding
  • 5.5. Exercises: Booleans and Conditionals
  • 5.6. Studio: Goal Setting and Getting into the Right Mindset
    • 5.6.1. Activity
    • 5.6.2. Resources
  • ← 4.11. Studio: Data and Variables
  • 5.1. Booleans →

Back to top