Codewars - anyone use this site? (1 Viewer)

Jon

Access World Site Owner
Staff member
Local time
Today, 13:31
Joined
Sep 28, 1999
Messages
7,385
I've been having a few goes on the codewars.com site, to help cement my code learning.

Anyone here seen it and used it?

I'm finding even the lowest level stuff difficult!
 

Isaac

Lifelong Learner
Local time
Today, 05:31
Joined
Mar 14, 2017
Messages
8,777
I've heard of it, isn't that where 'challenges' are presented, basically? I would expect that it requires a high skill level to even be competitive. (I must stay away--gotta protect the tiny ego I allow myself to maintain, HA)
 

Jon

Access World Site Owner
Staff member
Local time
Today, 13:31
Joined
Sep 28, 1999
Messages
7,385
It is where you have small little problems that you try to solve. You start off at the level of your choosing. You try to write the code to solve the problem. Then you click the test button and it checks if your code produces the answer. You can then see what others submissions are, showing the most common (or best?) solution to the answer, ranked in order. It is quite illuminating to see how many different ways you can answer a coding problem.

Example test for beginners JavaScript:

1603828890171.png


You then enter your code here:

1603828925564.png


If the test is good, go see the other solutions. Did you find your solution was a good one? You can find how others solved it, perhaps in a far more effective way.

1603828978479.png


There are tons more solutions shown than the above two. There is discussion on the solutions and so on.
 

Isaac

Lifelong Learner
Local time
Today, 05:31
Joined
Mar 14, 2017
Messages
8,777
That's very cool. I wonder if they have vba or vbscript. I'm sure they have sql
 

Jon

Access World Site Owner
Staff member
Local time
Today, 13:31
Joined
Sep 28, 1999
Messages
7,385
Check 'em out...

1603830353532.png
 

Users who are viewing this thread

Top Bottom