Skip to content

Commit d329d40

Browse files
committed
chore: minor formatting and comments improvements
1 parent 623a7c8 commit d329d40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • 04-asynchronous-control-flow-patterns-with-callbacks/03-sequential-execution

04-asynchronous-control-flow-patterns-with-callbacks/03-sequential-execution/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ function task3(cb) {
2121
}
2222

2323
task1(() => {
24-
// executed when task1, task2 and task3 are completed
25-
console.log('tasks 1, 2 and 3 executed')
24+
// executed when task1, task2, and task3 are completed
25+
console.log('tasks 1, 2, and 3 executed')
2626
})

0 commit comments

Comments
 (0)