ok
This commit is contained in:
parent
b1f0cfc5b2
commit
63f55dc65d
137 changed files with 1287 additions and 1651 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue