Skip to content

Commit 8b4b176

Browse files
committed
better wording exercise example
1 parent 8a5c051 commit 8b4b176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assignments/callbacks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const items = ['Pencil', 'Notebook', 'yo-yo', 'Gum'];
2828
firstItem(items, item => console.log(`I love my ${item}!`));
2929
// "I love my Pencil!"
3030
31-
// TEST 2 (declaring callback previously):
31+
// TEST 2 (declaring callback before hand):
3232
3333
function exorbitantPrice(thing) {
3434
console.log(`this ${thing} costs a million dollars!`);

0 commit comments

Comments
 (0)