Posts by Isaac Aguiar • 1 point
1 post
-
-3
votes2
answers90
viewsQ: Using . map() Create a variable that contains all user ages: [23, 15, 30]
What was requested: Using . map() Create a variable that contains all user ages: [23, 15, 30]. I created the code but the return I have is Undefined and I don’t know where is error. const usuarios =…