Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 697 Bytes

challenge.md

File metadata and controls

20 lines (12 loc) · 697 Bytes

Day 2: Fight indentation.

On the second day of your crafting journey, you are to meet your first fizzbuzz code. You probably know this piece of code and yet there is so much in it to unpack.

Today though your task is but a simple one: reducing the complexity of the code by removing as much indentation as you can.

Remember that a developer never forgets his craft. He just adds to it.

Challenge of day 2: Your code can only have one level of indentation.

May your journey continue!

  • 💡HINT: Apply what you learned on day 1

snippet of the day

Proposed Solution

Proposed Solution Guide