{"id":19020485,"url":"https://github.com/dj0nny/code-katas","last_synced_at":"2026-07-01T22:31:40.494Z","repository":{"id":98741465,"uuid":"212578331","full_name":"dj0nny/code-katas","owner":"dj0nny","description":"The solutions of my code katas :kimono:","archived":false,"fork":false,"pushed_at":"2020-05-05T13:51:09.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T09:39:26.839Z","etag":null,"topics":["code-challenge","code-challenge-practice","codewars","codewars-javascript","codewars-kata","codewars-solutions","katas","training"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dj0nny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-10-03T12:46:58.000Z","updated_at":"2020-05-05T13:51:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6fb091b-23cc-4695-8f42-c838d79535cc","html_url":"https://github.com/dj0nny/code-katas","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dj0nny/code-katas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fcode-katas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fcode-katas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fcode-katas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fcode-katas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dj0nny","download_url":"https://codeload.github.com/dj0nny/code-katas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fcode-katas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35025980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-challenge","code-challenge-practice","codewars","codewars-javascript","codewars-kata","codewars-solutions","katas","training"],"created_at":"2024-11-08T20:17:17.889Z","updated_at":"2026-07-01T22:31:40.490Z","avatar_url":"https://github.com/dj0nny.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :space_invader: Code Katas\n\n![GitHub top language](https://img.shields.io/github/languages/top/dj0nny/code-katas)\n![code katas](https://www.codewars.com/users/dj0nny/badges/micro)\n\n\u003e The solutions of my code katas\n\n## 8 kyu\n * [Even or Odd](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/even-odd.js)\n * [Be Concise I - The Ternary Operator](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/be-concise.js)\n * [Century From Year](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/century-from-year.js)\n * [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)\n * [Find the first non-consecutive number](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/find-the-first-non-consecutive-number.js)\n * [Remove First and Last Character](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/remove-first-and-last-character.js)\n * [Reversed Strings](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/reversed-strings.js)\n * [Beginner - Lost Without a Map](https://github.com/dj0nny/code-katas/blob/master/src/8%20kyu/beginner-lost-without-a-map.js)\n * [You Only Need One](https://github.com/dj0nny/code-katas/blob/master/8%20kyu/you-only-need-one.js)\n * [Sum of positive](https://github.com/dj0nny/code-katas/blob/master/8%20kyu/sum-of-positive.js)\n * [Sum of positive](https://github.com/dj0nny/code-katas/blob/master/8%20kyu/sum-of-positive.js)\n * [School paperwork](https://github.com/dj0nny/code-katas/blob/master/8%20kyu/school-paperwork.js)\n * [Get Planet Name by ID](https://github.com/dj0nny/code-katas/blob/master/8%20kyu/get-planet-name-by-ID.js)\n\n## 7 kyu\n  * [Sum of Numbers](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/get-sum.js)\n  * [Odder Than the Rest](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/odder-than-rest.js)\n  * [Sum of odd numbers](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/get-sum.js)\n  * [White or Black?](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/black-white.js)\n  * [Currying functions: multiply all elements in an array](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/multiply-all-currying.js)\n  * [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)\n  * [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)\n  * [Playing with Sets: Sup/Sub](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/playing-with-sets-sup-slash-sub.js)\n  * [Sort array by string length](https://github.com/dj0nny/code-katas/blob/master/src/7%20kyu/sort-array-by-string-length.js)\n  * [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)\n\n## 6 kyu\n  * [Array Helpers](https://github.com/dj0nny/code-katas/blob/master/src/6%20kyu/array-helpers.js)\n  * [Tic-Tac-Toe-like table Generator](https://github.com/dj0nny/code-katas/blob/master/src/6%20kyu/tic-tac-toe-like-table-generator.js)\n  * [Validate Credit Card Number](https://github.com/dj0nny/code-katas/blob/master/src/6%20kyu/validate-credit-card-number.js)\n  * [Count characters in your string](https://github.com/dj0nny/code-katas/blob/master/src/6%20kyu/count-characters-in-your-string.js)\n\n\n## 5 kyu\n  * [Count IP Addresses](https://github.com/dj0nny/code-katas/blob/master/src/5%20kyu/count-ip-addresses.js)\n  * [Longest Common Subsequence](https://github.com/dj0nny/code-katas/blob/master/src/5%20kyu/longest-common-subsequence.js)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdj0nny%2Fcode-katas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdj0nny%2Fcode-katas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdj0nny%2Fcode-katas/lists"}