Problem Solving

  1. Were blocked on a simple problem
  2. i accidentally type 0 into o in one of my loop Functions. i looked the erroe which showed that " o is not idenfied". then I realied that was a typo

  3. elegantly solved a problem
  4. i was stuck on the gradebook challenge. then i found out that we cannot use index (loop or foreach) in an object. then i use the [student[i]] to represnet the name of the key in a object.

  5. Reflect on how confident you feel using each of these problem-solving techniques/processes:.
  6. Pseudocode: was not too bad

    Trying something: was not too bad

    Rubber ducky method: was not too bad

    Reading error messages: 7/10

    Console.logging: 1/10

    Googling: 8/10

    Asking your peers for help: 0/10

    Asking coaches for help: 2/10

    Improving your process with reflectio: 3/10

Go Back