Week of September 27th-October 2nd was frustrating for me. I started out with Loops & Iterations and Infinite Loops. There was an example like this:
i = 0
loop do
i += 1
print "#{i}"
break if i > 5
end
This particular syntax was a bit difficult to understand because of the language, I am trying to get use to.
I also learned about Redacting, .Split method, Control Flow, and data structures.
As my Mentor Gino says, "Relax Erik and take a break, then come back to it." I am trying.
Top comments (0)