Advertisement
728x90
javascript
1function printNumbers(first, second, first) {
2
3console.log(first, second, first);
4}
5
6printNumbers(1, 2, 3);Choose the correct output:
A
1, 2, 3B
3, 2, 3C
SyntaxError: Duplicate parameter name not allowed in this contextD
1, 2, 1Advertisement
Responsive Ad
11of86