A small JavaScript practice exercise demonstrating array literals and bracket notation. The script defines a groceryItems array with five grocery store items and a prices array with three numeric prices, then logs each array in full and accesses individual elements using bracket notation.
node index.js