Which line of code will return how many elements are in an array called proteinChoices?

(1 point)
Length.proteinChoices
proteinChoices.length;
proteinChoices. len();
proteinChoices.length();

proteinChoices.length;