We can also access elements by using brackets and indices.
Try to get the "sheep" value from the animals array.
Awesome! Using brackets, we can get elements with a bit less code.
Not quite! The index we are trying to get belongs in between brackets.