DEV Community

Caleb Alessandro Rodriguez
Caleb Alessandro Rodriguez

Posted on

First Day at Flatiron and my biggest struggle.

Up to this point my day online, in Zoom calls, and working through labs(Assignments) had been pretty good. I had been working through labs with little to no trouble for the most part Until phase-1-first-class-functions-lab. The lab started of moderately normal, it wasn't "easy" but it wasn't super hard. The thing with Flatiron and its assignments is that the README.md files, explaining what to do but not completely telling, are worded in a way that you have to read over and over to understand. but maybe that's just me being literate and Flatiron trying to teach me to be literate with code. Just being a beginner I don't understand enough yet. In the end I spent too much time on this part of the code.

const selectingDrivers = [returnFirstTwoDrivers, returnLastTwoDrivers];

 const createFareMultiplier = i => {
     return function(i) {
         return i * i;
     }
 }
Enter fullscreen mode Exit fullscreen mode

But it was one of the best feelings in the world completing it.

P.S: Excuse my subpar grammar, I don't write/blog much.

Top comments (0)