Popcorn Hacks One —

  • Delete the last two items of the list below (delete1 and delete2)
  • Change the non dessert item (fries) to a dessert
  • Add two more desserts to list
%%js

let desserts = ['cake', 'ice cream', 'cookies', 'fries', 'delete1', 'delete2']

console.log(desserts.join(", "))