PrimeAcademy / biscayne_office_hours_again

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm for Finding Cool Bunny In Green Jumper:

  • Loop through the pool
    • Check if it's a bunny with green jumper!
      • Return true!
  • Return false! 👈
    • AKA: The loop ended, and we did not find the bunny. So, we need to return false.

bunny with green jumper in a pool

About


Languages

Language:JavaScript 83.4%Language:HTML 16.6%