coding

216 Articles 3 Followers


JavaScript Kata #39: Equal Sides Of An Array

22 Sep 2022 5 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...

C++ Kata - Reversed Strings

21 Sep 2022 1 minute read 0 comments Lochard

Learning from YayoDrayber, I am sharing my CodeWars Kata which could also be a reference for myself in the future.   This is the same as the last Kata but in C++. I switch to C++ because Publish0x doesn't have highlight for Rust.   DESCRIPTION: Comp...

JavaScript Kata #38: Highest and Lowest

20 Sep 2022 2 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...

Rust Kata - Reversed Strings

19 Sep 2022 1 minute read 0 comments Lochard

Learning from YayoDrayber, I am sharing my CodeWars Kata which could also be a reference for myself in the future.   DESCRIPTION: Complete the solution so that it reverses the string passed into it. 'world' => 'dlrow' 'word' => 'drow' Starting c...

JavaScript Kata #37: Convert a String to a Number!

19 Sep 2022 3 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...

JavaScript Kata #36: Who likes it?

17 Sep 2022 4 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...

JavaScript Kata #35: How good are you really?

16 Sep 2022 2 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...

JavaScript Kata #34: Simple multiplication

15 Sep 2022 1 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...

JavaScript Kata #33: Find the smallest integer in the array

13 Sep 2022 1 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...

JavaScript Kata #32: Sum of the first nth term of Series

12 Sep 2022 2 minute read 0 comments YayoDrayber

If you missed the introductory post, it's here. For a list of previously solved katas, please refer to the bottom of this page. If this is your first time seeing my post, please note - these katas are probably randomly assigned per user so please don...