The line of code that will return how many elements are in an array called proteinChoices is:
proteinChoices.length;
Which line of code will return how many elements are in an array called proteinChoices?
Length.proteinChoices
proteinChoices.length;
proteinChoices.len();
proteinChoices.length();
1 answer