// Append sorted products productArray.forEach(function(item) { productContainer.appendChild(item); }); } });