Instructional Video2:59
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Default Operators 2

Higher Ed
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a critical part of this course because...
Instructional Video0:55
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Default Operators

Higher Ed
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a critical part of this course because...
Instructional Video8:31
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Spread Operators - 2

Higher Ed
This video is a continuation of spread operators in JavaScript. This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and...
Instructional Video1:26
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Spread Operators

Higher Ed
This video explains the spread operators. This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a...
Instructional Video6:19
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Rest Parameters

Higher Ed
This video explains the rest parameters. This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a...
Instructional Video0:51
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Introduction-Functions and Arguments

Higher Ed
This video introduces you to the section and explains functions and arguments. This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Instructional Video0:47
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Summary-Variables And Scoping

Higher Ed
This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and scoping and things to avoid and embrace around this.
Instructional Video5:36
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - BigInteger

Higher Ed
This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and scoping and things to avoid and embrace around this.
Instructional Video1:59
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - globalThis

Higher Ed
This video explains the globalThis keyword released in ES2020. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and...
Instructional Video7:17
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Let Const Rather than Var

Higher Ed
This video explains the replacements of the Var keyword, which are Let and Const. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Instructional Video12:37
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Var Keyword

Higher Ed
This video explains the Var keyword. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and scoping and things to avoid and...
Instructional Video0:50
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Introduction-Variables And Scoping

Higher Ed
This video explains the new features and concepts that are related to variables in JavaScript. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This...
Instructional Video7:05
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Living the History of JavaScript

Higher Ed
This clip is from the chapter "Welcome Section" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".In this section, you will clear up all your doubts regarding the course, you will touch base on JavaScript...
Instructional Video10:39
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Getting You Onboard

Higher Ed
This clip is from the chapter "Welcome Section" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".In this section, you will clear up all your doubts regarding the course, you will touch base on JavaScript...
Instructional Video1:56
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Who Should Take This Course

Higher Ed
This video explains who should take up the course. This clip is from the chapter "Welcome Section" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".In this section, you will clear up all your doubts...
Instructional Video4:38
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Course Introduction

Higher Ed
This video gives a short introduction to the course and the prerequisites for the course. This clip is from the chapter "Welcome Section" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".In this section, you...
Instructional Video4:55
Curated Video

Behavioral Design Patterns in C++ - Organization - III (Iterator)

Higher Ed
This video explains one more variation of the Iterator design pattern; here, you will move the traversal algorithm out of the class and put it inside the iterator. This clip is from the chapter "Iterator" of the series "Behavioral Design...
Instructional Video4:20
Curated Video

Behavioral Design Patterns in C++ - Organization - II (Cursor)

Higher Ed
In this video, we will demonstrate another variation of the Iterator pattern in which the Iterator is called a cursor. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Instructional Video6:41
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Iterator

Higher Ed
This video explains a basic implementation of the Iterator design pattern. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video4:56
Curated Video

Behavioral Design Patterns in C++ - C++ Iterators - III (More Iterators)

Higher Ed
In this video, we will add more iterators to use the container more efficiently. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video6:25
Curated Video

Behavioral Design Patterns in C++ - Methods for States - III

Higher Ed
This video extends the code and modifies the state class. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Instructional Video4:16
Curated Video

Behavioral Design Patterns in C++ - Lamp - II (Enum States)

Higher Ed
In this video, we will use the variable to store the current state of the lamp so that one can take the correct action if the lamp is switched OFF or switched ON. This clip is from the chapter "State" of the series "Behavioral Design...
Instructional Video5:11
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - III

Higher Ed
In this video, we will implement the Observer design pattern in the application. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - Logging System - I

Higher Ed
This video starts with another example in which we will implement a logging system. This example is implemented in three subsequent videos. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns...