mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-10-28 18:40:08 +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:
|
||||
// basic types or values and objects, they differ in several aspects.
|
||||
@ -22,7 +22,7 @@
|
||||
//
|
||||
//
|
||||
// Basic values
|
||||
// ============
|
||||
// ------------
|
||||
//
|
||||
// numbers
|
||||
var integer = 123
|
||||
@ -80,18 +80,25 @@
|
||||
|
||||
|
||||
|
||||
// Objects
|
||||
// =======
|
||||
//
|
||||
// Type cecking
|
||||
//
|
||||
|
||||
|
||||
|
||||
|
||||
// Objects
|
||||
// -------
|
||||
//
|
||||
|
||||
// Type cheking
|
||||
//
|
||||
|
||||
|
||||
// Prototypes and inheritance
|
||||
// --------------------------
|
||||
//
|
||||
//
|
||||
|
||||
// Constructors
|
||||
// ------------
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user