JavaScript Tutorial Part 4 - Primitives

preview_player
Показать описание
JavaScript Tutorial For Beginners

There are 7 primitive data types in JavaScript (object may or may not be a primitive per se, but it is often used in the discussion of primitive data types in JavaScript.) EcmaScript6 adds a new primitive data type called Symbol.

var a = undefined;

a = "Hello there.";

a = 75;

a = true;

a = null;

a = {a:1}; // object literal

a = Symbol(); // EcmaScript6

Probably related keywords:
JavaScript primitives / primitive types / javascript primitive types and reference types / primitive data type / primitive data types / JavaScript primitive types vs objects

Self-education + Computer Literacy
For next generation of teachers,
artists, coders, designers, and makers of things:
Рекомендации по теме
Комментарии
Автор

I enjoyed it a lot.
Thanks a million !

sergiomartin
Автор

Thanks so much for the tutorials, keep up the good work!

artie
Автор

excellent travail => merci Code_Grammar

justyna