JavaScript Types and Variables

JavaScript Types and Variables

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 20m | 367 MB

A great first step in learning JavaScript is understanding the type system. While JavaScript is loosely typed, it supports primitive types and objects. Learn the fundamentals of this widely misunderstood subject for JavaScript and ES2015 and build a foundation for JavaScript stardom.

Table of Contents

00:00:00 Introduction
00:01:39 Overview of Types in JavaScript
00:04:14 Primitives and Objects
00:11:03 Exploring Types (Demo)
00:23:09 Declaring Variables
00:33:27 Exploring Variables (Demo)
00:40:24 Stack Frames, Contexts, and the Heap
00:54:22 Variables vs. Objects (Demo)
00:58:22 Passing by Reference, Value, Declaration
01:10:17 Passing Data (Demo)
01:20:37 Conclusion