I want to give myself new challenges. I want to get better.
- Caster Semenya
| Date | Problem | Reference link |
|---|---|---|
| July, 3 2019 | String peeler | https://dev.to/thepracticaldev/daily-challenge-1-string-peeler-4nep |
| July, 4 2019 | Vowels counter | https://dev.to/thepracticaldev/daily-challenge-3-vowel-counter-34ni |
| July, 6 2019 | Diamond shape | https://dev.to/thepracticaldev/daily-challenge-2-string-diamond-21n2 |
| July, 11 2019 | Longest word | https://www.coderbyte.com/ |
| July, 14 2019 | Checkbook | https://dev.to/thepracticaldev/daily-challenge-4-checkbook-balancing-hei |
To install dependencies
yarn install --devTo run test
yarn testTo run lint
yarn run lintTo run auto-fix from eslint
yarn run lint ./ --fix