OUR BLOG
Remove the exclamation marks – Codewars
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!
Merry Christmas!
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!
“Grasshopper – Create the Rooms” – Codewars
Today I completed the "Grasshopper - Create the Rooms" kata on Codewars!
The Governor’s Mansion
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...
Sum Arrays – Codewars
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!
“Welcome!” – Codewars
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....
Recent Comments