Skip to content

Daily CodeWars problems to practice problem solving in coding

Notifications You must be signed in to change notification settings

errobicheau/CodeWars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

A repisority filled with CodeWars challenges (katas) and their solutions. 7+ solutions are pushed each week. Part of my daily code practice routine includes solving at least one CodeWars kata!

How It's Made:

JavaScript Codewars

Optimizations

In practice, I cosistently refactor and optimize my code keeping both efficiency and readability in mind.

Lessons Learned:

The largest takeaway from CodeWars challeneges has been managing frustration through problem solving in programming- I have learned to break each problem down into much more manageable pieces and make a worthwhile attempt to solve as much of each kata as possible before seeking additional help.