Accomplishments

  • Started working on passion project
  • Created a chat api for our backend
  • Finished our team teach lesson

Team Teach Notes

  • A boolean is a variable that stores one of two values, usually true or false
  • If Statements and other conditionals can be used for iterate through options
  • Logic Gates can be used too with conditionals/if statements
  • For loops are used to iterate through lists and run commands on each value
  • Can use break to end a iteration after some value is reached or adjusted