It cannot be stressed enough that you can learn to code only through practice. There are numerous coding sites, but Codewars is one of the best because of its huge community, good assignment descriptions, and gamified progress support.
In this project we ask you to practice your coding skills on Codewars and get better!
- variables
- functions
- loops and conditionals
- basic types: numbers, booleans, strings
- arrays
- simple objects as data type
- running tests on an online coding platform
- Reach 7 kyu in JavaScript on the Codewars coding platform by solving katas.
- There is a screenshot of the Codewars profile page (
https://www.codewars.com/users/<username>
) namedscreenshot.jpg
pushed into the repository which shows that at least the required level in the required language is reached.
- There is a screenshot of the Codewars profile page (
- An account is registered on the Codewars coding platform.
- Try to solve 8 kyu katas first. You can start with this collection or use the search feature.
- You can train yourself by random katas by using the
Your next challenge...
box on your dashboard. If you want to try harder katas, chooseRank Up
, if you want to solidify your knowledge at a given level, choosePractice and Repeat
from the drop-down menu.
- None