File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ The choice is yours; there is no "_right_" way to learn.
189189
190190
191191
192- ### Testing?
192+ ### Testing & Documentation ?
193193
194194_ Before_ diving into _ building_ the Todo List App,
195195we need to consider how we are going to _ test_ it.
@@ -206,6 +206,8 @@ please see:
206206and
207207[ ** front-end** -with-tape.md] ( https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example/blob/master/front-end-with-tape.md )
208208
209+ We will be using ** JSDOC** for documentation.
210+ Please see [ our tutorial] ( https://github.com/dwyl/learn-jsdoc ) if this is new to you.
209211
210212#### Create Files
211213
@@ -740,7 +742,7 @@ test('`TOGGLE` (undo) a todo item from done=true to done=false', function (t) {
740742You should not _ need_ to modify any of the code in the ` update ` function.
741743The above test should just _ pass_ based on the code you wrote above.
742744If it does _ not_ , then _ revise_ your implementation
743- of the ` TOGGLE case ` in ` upadate ` until _ all_ tests pass:
745+ of the ` TOGGLE case ` in ` update ` until _ all_ tests pass:
744746
745747![ undo-a-todo-item] ( https://user-images.githubusercontent.com/194400/43686533-b25d4608-98bf-11e8-809e-1153fcfb1db1.png )
746748
You can’t perform that action at this time.
0 commit comments