The last challenge of the pre-course work was to make a temperature converter for C to F. Easy. Done in a couple minutes. The bonus 2nd part of this challenge was to allow user input (already did it for previous challenge) and make it convert both ways. This was a little trickier because I needed to use regex to extract the integer and the unit for an input string like 32F or 101C. But I did it. Maybe not the prettiest solution, but it works!
So, I'm done with thefirehose project pre-course work now. So I'm pretty much ready to go for either Tealeaf or thefirehose project bootcamps.