https://github.com/dj0nny/code-katas
The solutions of my code katas :kimono:
https://github.com/dj0nny/code-katas
code-challenge code-challenge-practice codewars codewars-javascript codewars-kata codewars-solutions katas training
Last synced: 19 days ago
JSON representation
The solutions of my code katas :kimono:
- Host: GitHub
- URL: https://github.com/dj0nny/code-katas
- Owner: dj0nny
- Created: 2019-10-03T12:46:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T13:51:09.000Z (about 6 years ago)
- Last Synced: 2025-10-31T09:39:26.839Z (9 months ago)
- Topics: code-challenge, code-challenge-practice, codewars, codewars-javascript, codewars-kata, codewars-solutions, katas, training
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :space_invader: Code Katas


> The solutions of my code katas
## 8 kyu
* [Even or Odd](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/even-odd.js)
* [Be Concise I - The Ternary Operator](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/be-concise.js)
* [Century From Year](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/century-from-year.js)
* [My head is at the wrong end!](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/my-head-is-at-the-wrong-end.js)
* [Find the first non-consecutive number](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/find-the-first-non-consecutive-number.js)
* [Remove First and Last Character](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/remove-first-and-last-character.js)
* [Reversed Strings](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/reversed-strings.js)
* [Beginner - Lost Without a Map](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/beginner-lost-without-a-map.js)
* [You Only Need One](https://github.com/dj0nny/code-katas/blob/master/8%20kyu/you-only-need-one.js)
* [Sum of positive](https://github.com/dj0nny/code-katas/blob/master/8%20kyu/sum-of-positive.js)
* [Sum of positive](https://github.com/dj0nny/code-katas/blob/master/8%20kyu/sum-of-positive.js)
* [School paperwork](https://github.com/dj0nny/code-katas/blob/master/8%20kyu/school-paperwork.js)
* [Get Planet Name by ID](https://github.com/dj0nny/code-katas/blob/master/8%20kyu/get-planet-name-by-ID.js)
## 7 kyu
* [Sum of Numbers](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/get-sum.js)
* [Odder Than the Rest](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/odder-than-rest.js)
* [Sum of odd numbers](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/get-sum.js)
* [White or Black?](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/black-white.js)
* [Currying functions: multiply all elements in an array](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/multiply-all-currying.js)
* [V A P O R C O D E](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/v-a-p-o-r-c-o-d-e.js)
* [The First Non Repeated Character In A String](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/the-first-non-repeated-character-in-a-string.js)
* [Playing with Sets: Sup/Sub](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/playing-with-sets-sup-slash-sub.js)
* [Sort array by string length](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/sort-array-by-string-length.js)
* [Simple Fun #10: Range Bit Counting](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/simple-fun-number-10-range-bit-counting.js)
## 6 kyu
* [Array Helpers](https://github.com/dj0nny/code-katas/blob/master/src/6%20kyu/array-helpers.js)
* [Tic-Tac-Toe-like table Generator](https://github.com/dj0nny/code-katas/blob/master/src/6%20kyu/tic-tac-toe-like-table-generator.js)
* [Validate Credit Card Number](https://github.com/dj0nny/code-katas/blob/master/src/6%20kyu/validate-credit-card-number.js)
* [Count characters in your string](https://github.com/dj0nny/code-katas/blob/master/src/6%20kyu/count-characters-in-your-string.js)
## 5 kyu
* [Count IP Addresses](https://github.com/dj0nny/code-katas/blob/master/src/5%20kyu/count-ip-addresses.js)
* [Longest Common Subsequence](https://github.com/dj0nny/code-katas/blob/master/src/5%20kyu/longest-common-subsequence.js)