diff options
Diffstat (limited to 'files/ru/learn/javascript/objects')
-rw-r--r-- | files/ru/learn/javascript/objects/object_prototypes/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/learn/javascript/objects/object_prototypes/index.html b/files/ru/learn/javascript/objects/object_prototypes/index.html index eba89abee6..4c9640dc58 100644 --- a/files/ru/learn/javascript/objects/object_prototypes/index.html +++ b/files/ru/learn/javascript/objects/object_prototypes/index.html @@ -20,7 +20,7 @@ original_slug: Learn/JavaScript/Объекты/Object_prototypes <div>Прототипы - это механизм, с помощью которого объекты JavaScript наследуют свойства друг от друга. В этой статье мы объясним, как работают цепочки прототипов, и рассмотрим, как свойство prototype можно использовать для добавления методов к существующим конструкторам.</div> -<div></div> + <table class="learn-box standard-table"> <tbody> |