This commit is contained in:
Ilya Kantor 2016-03-04 19:06:22 +03:00
parent e78e527866
commit 05a93ced80
212 changed files with 3213 additions and 3968 deletions

View file

@ -1,7 +1,6 @@
```js
//+ run
```js run
var arr = [1, 2, 3];
var arr2 = arr; // (*)

View file

@ -1,6 +1,8 @@
# Чему равен элемент массива?
importance: 3
[importance 3]
---
# Чему равен элемент массива?
Что выведет этот код?