Question from the Javascript - Fundamentals test

Archived

What does the following code do?

     const notes = [10, 7, 9]; 
     const harmonisedNotes = notes.map(x*1.1); 
Author: KahinaStatus: Archived(New question!)Question passed 81 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!