By MONIKA S
•Nov 18, 2022
satisfied
By M P
•Aug 12, 2022
In your code example, you have:
print ('Hello $namesOfTheWeek[0]');
print ('Hello $namesOfTheWeek[${namesOfTheWeek.length}]');
It doesn't do what you think it does! Have the student concatenate instead!