Two Many Dots?What is the return of the following console.log? const n = 5; console.log(1..n); // ? Select one:[1, 2, 3, 4, 5]undefinedSyntax errorSubmit