Skip to content

Commit ecb1a16

Browse files
authored
Update index.js
1 parent 5ba1c61 commit ecb1a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ let customers = [
575575
const isThereWindowShopper = customers.every((customer) => {
576576
return (customer.purchased.length === 0);
577577
})
578-
console.log('[every] Is there a window shopper?', isThereWindowShopper);
578+
console.log('[every] Everyone a window shopper?', isThereWindowShopper);
579579
}
580580

581581
// entries() method

0 commit comments

Comments
 (0)