by BugZeroCodes | Dec 27, 2022 | Blog
Yesterday I completed the “Remove the exclamation marks” kata on Codewars! I began with a for loop to iterate through the string. If the iterated character is an “!”, it would be replaced with a blank string. Here is the final code!
by BugZeroCodes | Dec 25, 2022 | Blog
Merry Christmas from the Bugzero.codes Family! We hope you all have a merry Christmas and understand why we celebrate this time of year. Our Savior Jesus Christ was born this day to save us all from our sins! Take time today and spread the Word to others around you!
by BugZeroCodes | Dec 19, 2022 | Blog
Today I completed the “Grasshopper – Create the Rooms” kata on Codewars!
by BugZeroCodes | Dec 16, 2022 | Blog
I, Eugene, had the opportunity to sing at the Governor’s mansion with our school choir. The place was very pretty and had a very nice background of how it was built and how long they have been using it. I am so glad I could do this and hope to do more events like this in the near future!
by BugZeroCodes | Dec 15, 2022 | Blog
Today I completed the “Sum arrays” kata on Codewars! I started by making a for loop that runs through the contents of a given array. Then I defined a sum variable that adds all of the values together. Here is the final code!
by BugZeroCodes | Dec 10, 2022 | Blog
Today I completed the “Welcome!” kata on Codewars! I started by creating a database(hash) of languages and their welcome statements. Then I used the in keyword to check if the specified language was part of the database, and output the corresponding welcome message. Here is the final code!
Recent Comments