mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-10-28 18:40:08 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0489745d06
commit
3a93d0a4d8
@ -110,16 +110,19 @@
|
||||
[42] instanceof Object // -> true
|
||||
{} instanceof Object // -> true
|
||||
|
||||
// this essentially checks if the left oprtand is related to (i.e. in the
|
||||
// inheritance chain of) the second operand's .prototypr, or we can say
|
||||
// that it id "inherited" from the constructor.
|
||||
|
||||
|
||||
|
||||
// Prototypes and inheritance
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// Constructors
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user