[1, 2, 3];
b = [1, 2, 3];
document.writeln(a);
document.writeln(b);
document.writeln(a == b);
это у меня птон
Обсуждают сегодня