Primitive Data Types

Publicado el: 16 abril 2018
en el canal de: Steve Griffith - Prof3ssorSt3v3
2,562
74

In JavaScript, all variables either hold one of six primitive types OR an object. Everything that is not one of the primitives is an Object.
If you call the typeof command on any primitive you will be told what kind of wrapper it would get.
The six types of Primitives are: boolean, number, string, null, undefined, and symbol. Symbol was added in ES6.

REMEMBER: Primitives are just immutable values in memory.
Objects are values in memory that can be reference by an identifier

There are a few extra lines of code and notes in the Code GIST below.

Code GIST: https://gist.github.com/prof3ssorSt3v...


En esta página del sitio puede ver el video en línea Primitive Data Types de Duración hora minuto segunda en buena calidad , que subió el usuario Steve Griffith - Prof3ssorSt3v3 16 abril 2018, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,562 veces y le gustó 74 a los espectadores. Disfruta viendo!