0
It is possible to operate elements of an array in Javascript without the need to use a repetition structure as for or while. For example, suppose I have an array with 10 elements and wish to take each element and divide it by 2, without using the for or while commands is possible?
Thanks for the answer, is it a Lambda Expression? Much like java.
– Sávio Raires