Skip to content

Commit 61535e2

Browse files
authored
Update part0b.md
In the section on callback methods, uneven punctuation is used. Both should either be dashes or commas.
1 parent ea063de commit 61535e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/0/en/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ xhttp.onreadystatechange = function() {
274274
}
275275
```
276276
277-
The mechanism of invoking event handlers is very common in JavaScript. Event handler functions are called [callback](https://developer.mozilla.org/en-US/docs/Glossary/Callback_function) functions. The application code does not invoke the functions itself, but the runtime environment - the browser, invokes the function at an appropriate time when the <i>event</i> has occurred.
277+
The mechanism of invoking event handlers is very common in JavaScript. Event handler functions are called [callback](https://developer.mozilla.org/en-US/docs/Glossary/Callback_function) functions. The application code does not invoke the functions itself, but the runtime environment - the browser - invokes the function at an appropriate time when the <i>event</i> has occurred.
278278
279279
### Document Object Model or DOM
280280

0 commit comments

Comments
 (0)