#Using this characters array
5 messages · Page 1 of 1 (latest)
this is js (I think)
the bootcamp is java but the exam it seems js
There are two possibilities:
- The language you're using has some easy, nonflexible stuff that are neither loops nor streams, that a beginner would think to use rather than what you're doing, but eventually you'd rather use a loop instead.
- They want you to examine all items in the given array by mentioning their indices, so that you then see why you should have used a loop or something practical