Instructional Video5:59
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Compounding and Augmented Operators in JavaScript

Higher Ed
In this video, you will learn about compounding and augmented operators in JavaScript, which are shorthand notations for performing arithmetic operations and assigning the result to a variable. You will explore different ways to use...
Instructional Video3:36
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Incrementing and Decrementing Operators in JavaScript

Higher Ed
In this video, you will learn about incrementing and decrementing operators in JavaScript, which are shorthand notations for adding or subtracting 1 from a variable’s value. You will explore different ways to use these operators and...
Instructional Video2:24
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - The Difference Between Var, Let, and Const in JavaScript

Higher Ed
This is a solution video where you will learn the difference between var, let, and const in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript...
Instructional Video3:45
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Build a Basic Calculator in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on Building a Basic Calculator in JavaScript from the previous video. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of...
Instructional Video3:20
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Write In-Line Comments in JavaScript

Higher Ed
This video will guide you through the process of writing in-line comments in JavaScript, providing practical examples and best practices for using comments to improve the readability and maintainability of your code. This clip is from...
Instructional Video2:35
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Equality and Comparison Operators in JavaScript

Higher Ed
In this video, you will explore the different types of comparison and equality operators in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript...
Instructional Video3:55
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - The Remainder Operator in JavaScript

Higher Ed
This is a solution video where you will work on the remainder operator in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero to...
Instructional Video3:34
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part II

Higher Ed
This video is a continuation of the previous one and will cover more advanced techniques for assigning variables to each other in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute...
Instructional Video4:59
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Write Multi-Line Comments in JavaScript

Higher Ed
In this video, you will discover how to write multi-line comments in JavaScript, which are great for providing more detailed explanations and notes about specific sections of your code. You will also learn some tips and tricks for using...
Instructional Video4:05
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Create Your First Course Exercise Lesson on Writing Comments in JavaScript

Higher Ed
In this video, you will learn how to create your first course exercise lesson on writing comments in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series...
Instructional Video4:09
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Use CodeSandbox - The Dashboard and Templates

Higher Ed
In this video, you will discover how to use CodeSandbox, exploring its dashboard and templates to help you get started with your coding projects. This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript...
Instructional Video2:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is CodeSandbox and How to Sign In

Higher Ed
In this video, you will learn what CodeSandbox is and how to sign in to this online code editor. This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video2:44
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Follow Along and Do Exercises in This Course - CodeSandbox

Higher Ed
This video will help you understand how to follow along and do exercises in this course, especially in the CodeSandbox IDE. This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero...
Instructional Video2:39
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Course Overview

Higher Ed
This video provides an overview of the course. This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews".This section provides an introduction to...
Instructional Video1:44
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Coding in Terms of Higher Patterns

Higher Ed
In this video, you will learn about coding in terms of higher patterns in Solidity. This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Instructional Video7:59
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Smart Contracts - Points of Failure

Higher Ed
In this video, we will discuss the different points of failure that can occur in a smart contract. We will go through some examples of how contracts can be exploited by attackers and discuss some best practices for avoiding common...
Instructional Video2:56
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Destructuring and Multiple Returns from Functions in Solidity

Higher Ed
This is an exercise video on destructuring and multiple returns from functions in Solidity. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Instructional Video5:39
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Returning Multiple Data Types with Functions in Solidity

Higher Ed
In this video, you will learn how to return multiple data types with functions in Solidity. We will understand why returning multiple values can be useful and then dive into the syntax and implementation of such functions in Solidity....
Instructional Video3:53
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write a Function Modifier

Higher Ed
This is an exercise video on writing a function modifier. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This focuses on the...
Instructional Video10:18
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Write a Function Modifier in Solidity

Higher Ed
In this video, you will study how to write a function modifier in Solidity from scratch. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video1:03
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Assert Ether to Wei

Higher Ed
This is an exercise video on how to assert Ether to Wei. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video7:49
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Mapping and Struct Assignment

Higher Ed
In this video, we will discuss the solution to the exercise on mapping and struct assignment from a previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero...
Instructional Video8:41
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Bytes Versus Strings in Solidity I

Higher Ed
In this video, you will learn about the difference between bytes and strings in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video2:41
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - How to Loop in Solidity

Higher Ed
This is an exercise video on how to loop in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section focuses on...