Task #1
Generate a list of the names of people
Expected Result
[
{
first: 'Lauren',
last: 'Stanley'
},
{
first: 'Schmidt',
last: 'Floyd'
},
{
first: 'Jane',
last: 'Wheeler'
},
{
first: 'Brennan',
last: 'Santos'
},
{
first: 'Perez',
last: 'Turner'
}
]
Answer
Last updated
Was this helpful?