Posts by Xcat • 1 point
1 post
-
-2
votes2
answers61
viewsQ: How do I check the internal contents of an array?
How do I check the internal contents of an array? For example: var teste = [1, 2, 3, -4, 0] How do I check that the internal content is less than 0 within the array?…