notes:

  • mimi yin explained the differences between a boolean variable & expression:
    • variable: store memory over time
    • expression: evaluate for right now
  • that distinction was the answer to the question i couldn’t solve in the last ‘homework’.
  • taught about decoupling.
  • using analogies to debug might be a good solution.
  • write out all numbers in complex formulae.
  • var is less strict than let.