Answer:
Console.log(userArray[1]);
Console.log(userArray[4]);
Explanation:
The programming language was not stated; however, the variable declaration implies JavaScript.
JavaScript prints using the following syntax:
Console.log(print-name);
Since, the code is to print some elements of array userArray.
First, we need to determine the index of the elements.
The indices are given as 1 and 4.
So, the code to print these elements is as follows:
Console.log(userArray[1]);
Console.log(userArray[4]);
Ribbon im pretty sure is your answer
Answer:
The different parts that make up a chart are referred to as chart elements.
Most of the items on a chart can be repositioned by clicking on an item and dragging it with the right mouse button.
The black handles also indicate that the item could be moved, resized and formatted.
All of these chart items (except the chart area) once selected can be moved around and resized relative to other items.
Explanation: