What is the value of `[1, 2, 3].map(n => n * 2)`?

from JavaScript
beginner 1 min

What is the value of `[1, 2, 3].map(n => n * 2)`?

Report an error