by BugZeroCodes | Jul 17, 2021 | Blog
About three weeks ago, all three of us boys had the opportunity to go to a week-long overnight summer camp. Because of covid, we did not get a chance to attend this camp last year. We had a great time as we did fun activities like hiking, ziplining, and swimming in a waterfall. I also made new friends that were cool and fun to hang out with. What a fun and exciting week! Can’t wait to go back next year! Have you gone camping this summer yet?
by BugZeroCodes | Jul 14, 2021 | Blog
Eugene just completed the React + Redux course on SoloLearn! Here are the things he learned from the course:
Virtual DOM
Props
State
Lifecycle methods
Handling Events
by BugZeroCodes | Jul 12, 2021 | Blog
Today I completed the “Wide-Mouthed Frog!” kata on Codewars!
At first glance, it took me some time to figure out what to do, but I quickly found out: if the animal used for the function was an alligator, output ‘small;’ otherwise, return ‘wide.’ Knowing this, I typed the code and it worked!
by BugZeroCodes | Jul 7, 2021 | Blog
Today I completed the “No oddities here” kata on Codewars!
by BugZeroCodes | Jul 3, 2021 | Blog
I just completed my C++ Course on Codecademy. I learned a lot while working through this course:
Vectors
Functions
Classes & Objects
References & Pointers
by BugZeroCodes | Jun 28, 2021 | Blog
Today I completed the “Grasshopper – Terminal game Turn Function” kata on Codewars!
Looking at the instructions, I knew I had to call six functions in a specific order. The question was, “Which order?” After some trial and error, I found the order: rollDice, move, combat, getCoins, buyHealth, and printStatus. I ran this code and it worked!
Recent Comments