Skip to content
Thuy edited this page Jun 21, 2017 · 3 revisions

FizzBuzz is a common algorithm challenge that pops up in tech interviews so it would be worthwhile to go over it.

We also are trying to cover Test-Driven Development (TDD), a skill that's touted as a good best practice but rarely done. So we're going to tackle that.

Clone this wiki locally