by BugZeroCodes | Nov 15, 2022 | Blog
Today I completed the “Xs and Os” kata on Codewars! I began by initializing the variables. Then I created a for loop that counts the x’s and o’s and ignores the other characters. Finally, it outputs whether there is an equal amount of each. This is the final code I came up with!
by BugZeroCodes | Nov 13, 2022 | Blog
Thank you to all the veterans who have served and are serving!
Veteran’s Day 2022
by BugZeroCodes | Nov 9, 2022 | Blog
Today I did Structures on Go. I also did Declarations of Structures on Go on SoloLearn. The structures help with categorizing the code better and making it look neater!
Blog Topic Video!
by BugZeroCodes | Nov 5, 2022 | Blog
Today I completed the “Grasshopper – Create the rooms” kata on Codewars!
When I was writing the code and testing it, at first I couldn’t understand why a syntax error was popping up. I thought I had typed in the syntax of the hash correctly. Then I realized that unless the keys are placed in quotes, they will be referencing variables that don’t exist. Knowing this, I added quotes and the program worked!
by BugZeroCodes | Nov 3, 2022 | Blog
Today I practiced Coding for Marketers on Sololearn! I created a simple HTML template for email with a title, a call to action section, and the main message. Let me know if you want me to continue this project!
Recent Comments