How can I filter an array using the for structure?
The code is this:
const numeros = [1,2,3,4,5,55,190,355,747,1000,125];
I need to filter the numbers under 10.
I used it this way, but I was asked to create one using the...
asked by
23.01.2018 / 01:59