We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4146107 commit d3bd399Copy full SHA for d3bd399
egghead.io_video_tutorial_notes.md
@@ -1307,7 +1307,7 @@ console.log('--------------');
1307
console.log('Dispatching ADD_TODO.'); // second todo
1308
store.dispatch({
1309
type: 'ADD_TODO',
1310
- id: 0,
+ id: 1,
1311
text: 'Go shopping'
1312
});
1313
index.html
@@ -309,7 +309,7 @@
309
310
311
312
313
314
315
0 commit comments