We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57048f7 commit a23dbe8Copy full SHA for a23dbe8
README.md
@@ -91,9 +91,9 @@ function exerciseRoutine(postRunActivity) {
91
}
92
```
93
94
-Notice that, in `exerciseRoutine()`, the `postRunActivity` parameter is actually
95
-a _function_ — we call it after we call `runFiveMiles()`. Now let's try to use
96
-this new function we created in our `Monday()` function:
+Notice that, in `exerciseRoutine()`, the `postRunActivity` parameter is a
+_callback function_ — we call it after we call `runFiveMiles()`. Now let's try
+to use this new function we created in our `Monday()` function:
97
98
```js
99
function Monday() {
0 commit comments