Home »
MCQs »
MooTools MCQs
Which of the following function returns the array's final element?
19. Which of the following function returns the array's final element?
- Final()
- getLast()
- End()
- LastElement()
Answer: B) getLast()
Explanation:
The getLast() function returns the array's final element.