Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
`${name[0]}`;
indexOf(1);
name[0];
indexOf(0);
name.charAt(1);
name.charAt(0);
name.charAt('J');
`${name[1]}`;
name[1];
indexOf('J');
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!