JavaScript data types and data structures Tutorial
In this tutorial we are going to discuss JavaScript variables that can hold many data types. There are two types of JavaScript data types Primitive and Non-Primitive. Primitive includes six data types (As per ECMAScript 6) Null Undefined Boolean Number String Symbol The Non-Primitive data type includes Object,Array and RegExp(Regular Expression). To describe Non-Primitive data […]