Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc2ff84

Browse files
committed
Drink-ex5 issue is fixed
1 parent 3445a3d commit dc2ff84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week2/homework/js-exercises/drinks-ex5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ while (drinkTray.length < 5) {
1313
pointer = 0;
1414
};
1515
};
16-
console.log(drinkTray);
16+
console.log(`Hey guys, I brought a ${drinkTray}!`);
1717

0 commit comments

Comments
 (0)