This commit is contained in:
Ilya Kantor 2016-11-19 00:13:08 +03:00
parent b1f0cfc5b2
commit 63f55dc65d
137 changed files with 1287 additions and 1651 deletions

View file

@ -1,6 +1,6 @@
# Проверка класса: "instanceof"
# Class checking: "instanceof"
Оператор `instanceof` позволяет проверить, какому классу принадлежит объект, с учетом прототипного наследования.
The `instanceof` operator allows to check if an object belongs to the certain class. The inheritance is also taken into account.
[cut]