Skip to content

Latest commit

 

History

History
194 lines (106 loc) · 9.13 KB

README.md

File metadata and controls

194 lines (106 loc) · 9.13 KB

Codewars Katas - Level Up Plan

Why this?

I wanted to sort Codewars katas (code problems) for people learning JavaScript so they can work their way up through a list sorted by my perceived difficulty level. The difficulty level of Codewars katas can vary too much for students. Especially since new students will have a hard time knowing if a problem is difficult or easy. (This list might work partially for other languages like C++/Ruby/Python/etc.)

Let's do this

To level up your skills, do these in order. There's references in each section for you to view. Or train up your Google skills! Avoid searching for the specific problem/solution. Because, more importantly than completing these, your goal is to understand them.

Talk out loud

When you're done with a kata, try to explain your answer out-loud. Explain each line one-by-one. If you struggle to explain a line, that's a hint to keep training on that topic.

Rinse and repeat

When you're done with the list, or feel like you have hit a wall, go back. Go to the beginning and re-do all the problems. Your goal will be to work on understanding the problems without having to use your references.

Level 0:

Suggested Reading / Reference:

Level 1:

Suggested Reading / Reference:

Level 2:

Suggested Reading / Reference:

Level 3:

Suggested Reading / Reference:

Level 4:

Suggested Reading / Reference:

Level 5:

Suggested Reading / Reference:

Level 6:

To continue, here's some lists:

TODO: More callbacks and objects