What is the index of the first occurrence of the letter 'e' in the string 'cheese'?
Given the array [1, 2, 3, 4, 5], what is the result after reversing it?
What is the largest value in the array [-5, 7, 2, 0, -10]?
If you sort the array [3, 11, 5, 1] in ascending order, what is the result?
How many times does the character 'a' appear in the string 'assignment'?
What is the result of concatenating 'code' and 'cademy'?
Given the array ['apple', 'banana', 'grape', 'kiwi'], which element is at index 2?
If you split the string 'fast,quick,slow' by the comma, what is the element at index 1?
What is the result of joining the array ['dog', 'cat', 'owl'] with a dash - separator?
If you remove the element at index 1 from the array [10, 20, 30, 40], what is the new array?