Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

foreach and replace item based on condition

arr.forEach(function(part, index, theArray) {
  theArray[index] = "hello world";
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #foreach #replace #item #based #condition
ADD COMMENT
Topic
Name
1+5 =