Easy

JavaScript: Using Array.map() to Multiply Each Element by a Fixed Number

Which line of code is missing to make the following script output [6, 12, 18] in the console?

Choose an option below