Posts by Tiago Santos Monteiro • 23 points
1 post
-
0
votes2
answers367
viewsQ: Discover numeric sequence in javascript array
Hello! given the following array: let array = [3,6,9,10,11,12,16,19] I need to take the sequential values of this array, that is, only the numbers 9 10 11 12 and save in another array. how would do…
javascriptasked Tiago Santos Monteiro 23