Home / Javascript Tips Generated By ChatGPT / Creating and Using Arrays in Javascript Store multiple values in a single variable. Source Code let colors = ["Red", "Green", "Blue"]; console.log(colors[0]); // "Red"