Додати до Chrome
Given the following code:
What would be the output if we called: function4(5)?
*
**
***
****
*****
******
Asume we have the following array:
arr = {9, 8, 7, 6, 5, 4, 3, 2, 1}
Then we call: arr[4] = 15
What is the content of the array now?