Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

foreach and replace item based on condition

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