X621: Element in Array

Complete the function getElementAt() so that it returns the element nth in the array numbers. You may assume that the array has at least that many elements.

Examples:

getElementAt({4,5},1) -> 5

Your Answer:

Feedback

Your feedback will appear here when you check your answer.