NavBar

Tuesday, November 25, 2014

Ping Pong Test (aka FizzBuzz Test)

I figured out the ping pong test!  Feeling good with my progress.  Oddly, I got the loops and if/else if statements figured out pretty quick, but what tripped me up the most was figuring out how to get my integers listed properly into my bulleted list.  The solution was so easy once I got that bit finally fixed in my head!


My final solution. 
Here's more info on the Ping Pong test (aka Fizz Buzz), apparently it's a popular interview question:  Why Can't Programmers.. Program?  Really...199 out of 200 programmers can't figure it out?  Maybe my odds are better than I thought then? :-)

I also did a couple lessons on BDD/TDD process.  Happy with today's progress.