Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 671 Bytes

challenge.md

File metadata and controls

22 lines (13 loc) · 671 Bytes

Day 5: One too many loop.

Today, you were set to depart from the Testing Islands but your ship is in great need of some repairs.

As is the code of today. You already know the exercise as it's a continuation of day 3. You will continue the housekeeping work by eliminating more complexity.

Today, you will clean any loops that are not needed.

No loop is better than too many loops.

Challenge of day 5: No "for" loop authorized.

May your crafting journey continue!

  • 💡HINT: IDE + undo can help you.

snippet of the day

Proposed Solution

Proposed Solution Guide