We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623a7c8 commit d329d40Copy full SHA for d329d40
1 file changed
04-asynchronous-control-flow-patterns-with-callbacks/03-sequential-execution/index.js
@@ -21,6 +21,6 @@ function task3(cb) {
21
}
22
23
task1(() => {
24
- // executed when task1, task2 and task3 are completed
25
- console.log('tasks 1, 2 and 3 executed')
+ // executed when task1, task2, and task3 are completed
+ console.log('tasks 1, 2, and 3 executed')
26
})
0 commit comments