Which of these will create an array designed for items that will change as the program progresses?

(1 point)
const flavors [];
let flavors = [];
const flavors;
let flavors;

let flavors = [];