Šī lapa labāk darbojas, ja pārlūkam ir pieejams JavaScript
Sākums
Izpētīt
Yoda
Portal
Forum
Palīdzība
Pierakstīties
ElliottStansbury
/
CR-MesoLabs-Arrays-PersonDetails
atdalīts no
Cohort4.2/CR-MesoLabs-Arrays-PersonDetails
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Kods
Problēmas
0
Izmaiņu pieprasījumi
0
Laidieni
0
Vikivietne
Aktivitāte
6
Revīzijas
1
Atzars
Koks:
a215b1a498
master
Atzari
Tagi
${ item.name }
Izveidot atzaru
${ searchTerm }
no 'a215b1a498'
${ noResults }
CR-MesoLabs-Arrays-PersonDe...
/
README.md
README.md
636B
Vēsture
Neapstrādāts
Iterating an array of
Person
objects
Objective:
To concatenate the details of
Person
objects by iterating an array
Purpose:
To demonstrate practical understanding of
while
,
for
, and
for each
loops.
Getting started:
The
PersonHandler
class has 3
method stubs
to be completed.
The methods contain line-by-line comments to guide you through the process.
Ensure all tests cases pass successfully.