Knowledge check

Completed

Choose the best response for each question, and then select Check your answers.

Check your knowledge

1.

You're operating on a list, where each item has the properties City and Country. To display the two properties concatenated, what list function would you use?

2.

Given the list let list = [1;2;3;4], what will the Head property return?

3.

What is the correct way to return the average value from a list?