mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-10-30 11:30:07 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
85a689d41e
commit
04604cb2c3
@ -5,8 +5,8 @@
|
|||||||
*
|
*
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
//
|
//
|
||||||
// Types and object
|
// Types and objects
|
||||||
// ================
|
// =================
|
||||||
//
|
//
|
||||||
// JavaScript's type system is split into two categories of enteties:
|
// JavaScript's type system is split into two categories of enteties:
|
||||||
// basic types or values and objects, they differ in several aspects.
|
// basic types or values and objects, they differ in several aspects.
|
||||||
@ -22,7 +22,7 @@
|
|||||||
//
|
//
|
||||||
//
|
//
|
||||||
// Basic values
|
// Basic values
|
||||||
// ============
|
// ------------
|
||||||
//
|
//
|
||||||
// numbers
|
// numbers
|
||||||
var integer = 123
|
var integer = 123
|
||||||
@ -80,18 +80,25 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Objects
|
// Type cecking
|
||||||
// =======
|
|
||||||
//
|
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Objects
|
||||||
|
// -------
|
||||||
|
//
|
||||||
|
|
||||||
|
// Type cheking
|
||||||
|
//
|
||||||
|
|
||||||
|
|
||||||
// Prototypes and inheritance
|
// Prototypes and inheritance
|
||||||
// --------------------------
|
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
// ------------
|
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user