var x = []; var y = x; y[0] = 7; console.log(x[0]); console.log(x===y);
Login in to like
Login in to comment
+Володимир Оніщенко, fixed
2015 Jun 30, 6:31:00 PM
There is an error that 2 answer options are correct but you can choose only 1
2015 Jun 29, 5:45:06 PM
or Read more about JavaScript Quizzes
Login in to like
Login in to comment