To pass an array to a function, specify
举一反三
- When you pass an array to a function, ______ is passed to the array parameter in the function. A: a copy of the array B: a copy of the first element C: the starting address of the array D: the length of the array
- 下列属于引用类型有()。 A: Function B: Array C: String D: Object
- 定义函数的关键字为() A: function B: array C: key D: value
- 以下是引用数据类型的是()。 A: Array B: Function C: Object D: null
- JavaScript中document.getElementById的返回值的类型为? A: Array B: Object C: String D: Function