Skip to content

Conversation

Zhigalov
Copy link

No description provided.

Инициализация полей пока только через set
У меня не получилось применить apply(), только call() но есть ощущение
что делается именно то что нужно.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Такое клонирование будет работать только с примитивами.

var a = {};
var b = [a];
var c = b.slice(0);

c[0] === a; // true

@azproduction
Copy link
Member

Все норм

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants