noob question... As the title, I would add for example 5 to each element of an array like this
array = [3,6,23,5,43]
Result would be newarray = [8,11,28,10,48]
Maybe with map operator?
noob question... As the title, I would add for example 5 to each element of an array like this
array = [3,6,23,5,43]
Result would be newarray = [8,11,28,10,48]
Maybe with map operator?