Build a Shopping List - Step 5

Tell us what’s happening:

I have no idea about how to resolve this, help me out to get this done, Thank you,

Your code so far

console.log("Grocery shopping list");

const shoppingList = [];


// User Editable Region

function getShoppingListMsg(list) {
  return "Current Shopping List: " + list.join(", ");
}

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Build a Shopping List - Step 5

do not use join, add in the array as is