remove cut
This commit is contained in:
parent
37f1936622
commit
be007e78ef
99 changed files with 0 additions and 198 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue