Skip to content

Commit

Permalink
Fix: Remove Whitespace from Grocery List Item
Browse files Browse the repository at this point in the history
  • Loading branch information
imranalam04 committed Oct 10, 2024
1 parent 73924d3 commit a644ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5-arrays/24-grocery-trip.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Grocery Trip 🛒
// Codédex

let groceryList = ["🥛 Milk", "🥑 Avocado", "🥚 Eggs ", "🍞 Bread"];
let groceryList = ["🥛 Milk", "🥑 Avocado", "🥚 Eggs", "🍞 Bread"];

groceryList[2] = "🧈 Butter";

Expand Down

0 comments on commit a644ecd

Please sign in to comment.