Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 530 Bytes

reflection.md

File metadata and controls

15 lines (8 loc) · 530 Bytes

Section 2 Reflection

  1. What are two points from the Growth Mindset article and/or video that either resonated with you, or were brand new to you?

  2. In which ways do you currently demonstrate a Growth Mindset? In which ways do you not?

  3. What is a conditional statement? Give three examples.

  4. Why might you want to use an if-statement?

  5. What is the Ruby syntax for an if statement?

  6. How do you add multiple conditions to an if statement?

  7. Provide an example of the Ruby syntax for an if/elsif/else statement: