remove cut

This commit is contained in:
Ilya Kantor 2018-02-06 13:07:22 +03:00
parent 37f1936622
commit be007e78ef
99 changed files with 0 additions and 198 deletions

View file

@ -4,8 +4,6 @@ The `instanceof` operator allows to check whether an object belongs to a certain
Such a check may be necessary in many cases, here we'll use it for building a *polymorphic* function, the one that treats arguments differently depending on their type.
[cut]
## The instanceof operator [#ref-instanceof]
The syntax is: