└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # JavaScript Challenges 2 | 3 | > Repo to store telegram's [@js_challenges](https://t.me/js_challenges) 4 | 5 | ## Play 6 | 7 | To play is simple. 8 | 9 | 1. Browse problems over here. 10 | 2. Choose one problem to solve. 11 | 3. Solve and make a [Gist](https://gist.github.com/). 12 | 4. Comment your Gist URL on the challenge Gist. 13 | 5. Go to step 1. 14 | 15 | ## How to propose a challenge: 16 | 1. Make a Fork of this repo. 17 | 2. Add your Challenge on the challenge list. 18 | 3. Make a pull request. 19 | 20 | ## Contents 21 | 22 | - [Challenges](#challenges) 23 | 24 | ## Challenges 25 | 26 | - [Objects List Values Sum](https://gist.github.com/anabastos/fbdfef7fcc64105e76e5e26218ebf7e6). 27 | - [Show Me the Evens - Show me the Odds](https://gist.github.com/yesroh/720cda408bbc899fc6c69bfddfbe6505). 28 | - [Prime Numbers](https://gist.github.com/Woodsphreaker/e81e068caee110e821c4c9b375a76ddd). 29 | - [Ascend](https://gist.github.com/lubien/17af35e99f944b2df9290c7e4d2485e4). 30 | - [Count Negative Numbers In a String](https://gist.github.com/yesroh/560fe5e74638292199c7c3cd05716be8). 31 | - [Matrix Multiplication](https://github.com/Webschool-io/js-desafios/tree/master/matrix-multiply). 32 | - [Basic Operators](https://gist.github.com/Woodsphreaker/6188de4a5f22bb004826107f5724514a). 33 | - [Matrix Diagonals Sum](https://gist.github.com/lubien/86db4f35e5ad473a287cd24da7b819fc). 34 | - [Transform Strings](https://gist.github.com/rafaelassumpcao/7f1170400ba487af79efd041b928c805). 35 | - [Find out date from 2 digits number](https://gist.github.com/beatorizu/e9c411d0258afc94080c8d8b5c88f5f2). 36 | - [Umbrella](https://gist.github.com/lubien/1f09a53a4b5607377166c58a7eb49ae0). 37 | --------------------------------------------------------------------------------