Sure, here is a hint. Make sure you are using the proper method to determine the size or length of the collection type being iterated (JavaScript array, Java arrays, or java.util collection classes etc.). For example: size(), length(), length apply to different types.