From 0f1283be4adf4096e16db0ae0171465f093a560f Mon Sep 17 00:00:00 2001 From: Michael Masterson Date: Tue, 4 Apr 2017 12:10:21 -0700 Subject: [PATCH] Update readme --- team_practice.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/team_practice.md b/team_practice.md index d97200c..8b2542d 100644 --- a/team_practice.md +++ b/team_practice.md @@ -1,3 +1,5 @@ +##How to run tests: Go into the folder of each function you are testing and run "jasmine-node ." + # Core Vanilla JavaScript - Team Practice - 1 A marathon of pair exercises in pure javascript. Capped with a final project. @@ -11,10 +13,10 @@ Exercism provides a number of practice problems along with unit tests to ensure ### Day 1 - Exercism -- [ ] Solve `/exercism/hamming` +- [x] Solve `/exercism/hamming` - [ ] Solve `/exercism/diamond` - [ ] Solve `/exercism/bracket-push` -- [ ] Solve `/exercism/ocr-numbers` +- [x] Solve `/exercism/ocr-numbers` Kamila - [ ] Solve `/exercism/bowling` #### Stretch @@ -27,7 +29,7 @@ Exercism provides a number of practice problems along with unit tests to ensure - [ ] Solve `/exercism/` - [ ] Solve `/exercism/` -- [ ] Solve `/exercism/phone-number` +- [x] Solve `/exercism/phone-number` Kamila - [ ] Solve `/exercism/word-count` - [ ] Solve `/exercism/gigasecond` - [ ] Solve `/exercism/leap` @@ -38,7 +40,7 @@ Exercism provides a number of practice problems along with unit tests to ensure - [ ] Solve `/exercism/wordy` - [ ] Solve `/exercism/largest-series-product` - [ ] Solve `/exercism/robot-simulator` -- [ ] Solve `/exercism/rna-transcription` +- [x] Solve `/exercism/rna-transcription` Kamila - [ ] Solve `/exercism/bob` @@ -63,7 +65,7 @@ Exercism provides a number of practice problems along with unit tests to ensure - [ ] Solve `/exercism/luhn` - [ ] Solve `/exercism/pythagorean-triplet` -- [ ] Solve `/exercism/beer-song` +- [x] Solve `/exercism/beer-song` - [ ] Solve `/exercism/grade-school`