DEV Community

Reid Aumann
Reid Aumann

Posted on

TIL 11/14

Today I worked on the Arrays and If Statements Ruby modules! I have worked with arrays in Python and C++ so that wasn't new, but some of the If Statements information was new to me. The "truthy" and "falsy" information was especially interesting to me, as I assumed 0 would be "falsy". I know that If statements are going to be important in the future, so I'm excited to learn even more about them!

Top comments (0)