Skip to content

Commit 347baaa

Browse files
committed
Solve challenge 5 of array-methods file
1 parent 78b081d commit 347baaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/array-methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runners.map(runner => {
103103
return runner.shirt_size === "3XL" ? largeSize.push(runner.donation * 3) : runner.donation * 1;
104104
})
105105
//console.table(highDonor);
106-
console.log(largeSize);
106+
console.log(largeSize);s
107107

108108
// Problem 3
109109
runners.forEach(runner => {

0 commit comments

Comments
 (0)