Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adrianblade/codewars_typescript_solution

Codewars kata training
https://github.com/adrianblade/codewars_typescript_solution

codewars codewars-kata codewars-kata-solution codewars-typescript

Last synced: about 9 hours ago
JSON representation

Codewars kata training

Awesome Lists containing this project

README

        

# Codewars Solutions on Typescript

[![CodeWars](https://www.codewars.com/users/adrianblade/badges/large)](https://www.codewars.com/users/adrianblade)

## My Solutions
| kyu | Codewars Kate | My Solutions |
| --- | --- | --- |
| 5 | [Phone Directory](https://www.codewars.com/kata/56baeae7022c16dd7400086e) | [phone-directory.ts](https://github.com/adrianblade/codewars_typescript_solution/blob/master/src/5kyu/phone-directory/phone-directory.ts) |
| 6 | [Errors : histogram](https://www.codewars.com/kata/59f44c7bd4b36946fd000052) | [error-histogram.ts](https://github.com/adrianblade/codewars_typescript_solution/blob/master/src/6kyu/error-histogram/error-histogram.ts) |
| 8 | [Vowel Count](https://www.codewars.com/kata/54ff3102c1bad923760001f3) | [vowel-count.ts](https://github.com/adrianblade/codewars_typescript_solution/blob/master/src/8kyu/vowel-count/vowel-count.ts) |