Skip to content

Commit 1a0b619

Browse files
committed
added detail to instructions
1 parent a99148e commit 1a0b619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ With some basic JavaScript principles in hand, we can now expand our skills out
2020
* [ ] Add your project manager as a reviewer on the pull-request
2121
* [ ] Your project manager will count the project as complete by merging the branch back into master.
2222

23-
## Task 2: Callbacks
23+
## Task 2: Higher Order Functions and Callbacks
2424

25-
This task focuses on getting practice with callback functions by giving you an array of values and instructions on what to do with that array.
25+
This task focuses on getting practice with higher order functions and callback functions by giving you an array of values and instructions on what to do with that array.
2626

2727
* [ ] Review the contents of the [callbacks.js](assignments/callbacks.js) file. Notice you are given an array at the top of the page. Use that array to aid you with your functions.
2828

0 commit comments

Comments
 (0)