Home | Mailing List | Blog | Tutorial Videos

Two Many Dots?

What is the return of the following console.log?

const n = 5;

console.log(1..n); // ?

Select one: