We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5c051 commit 8b4b176Copy full SHA for 8b4b176
1 file changed
assignments/callbacks.js
@@ -28,7 +28,7 @@ const items = ['Pencil', 'Notebook', 'yo-yo', 'Gum'];
28
firstItem(items, item => console.log(`I love my ${item}!`));
29
// "I love my Pencil!"
30
31
- // TEST 2 (declaring callback previously):
+ // TEST 2 (declaring callback before hand):
32
33
function exorbitantPrice(thing) {
34
console.log(`this ${thing} costs a million dollars!`);
0 commit comments