Le but de ce cet entrainement est de consolider vos connaissances en JS :
Atelier | Pour commencer l'exercice | Pour voir la solution |
---|---|---|
String reversal | git checkout -f step-1 | git checkout -f step-1-solution |
Add up an array (and more) | git checkout -f step-2 | git checkout -f step-2-solution |
Falsy bouncer | git checkout -f step-3 | git checkout -f step-3-solution |
Is Bob a palindrome | git checkout -f step-4 | git checkout -f step-4-solution |
- Cloner le repo
- cd Coding-dojo-javascript
- npm install
- git checkout step-1
- Assurez-vous que les tests échouent en tapant npm test dans votre terminal avant d'avoir commencé l'exercice
- Vous pourrez tester au fur et à mesure toujours en tapant npm test dans votre terminal
- Une fois que tous les tests sont au verts, passez à la suite