Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, May 11, 2017

FreeCodeCamp Iterate Over Arrays With Map Sample Solution



var oldArray = [1,2,3,4,5];

// Only change code below this line.

var newArray = oldArray.map(function(val){
  return val + 3;
});

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts