Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Write a Factorial Function in JavaScript
In this video, we will discuss the solution to the exercise on writing a factorial function in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Factorial in JavaScript (Probability Calculations)
In this video, you will learn about the concept of factorials in mathematics and how to calculate them using JavaScript. A factorial is a mathematical function that represents the product of all positive integers from 1 up to a given...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Login Iteration Calculator
In this video, we will discuss the solution to the exercise on a login iteration calculator from the previous video.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - For Loop Solution - Sum of Natural Numbers in JavaScript
In this video, we will discuss a solution on the For loop operator where you will be doing sum of natural numbers in JavaScript from the previous video. This clip is from the chapter "Introduction to Programming and JavaScript Basics for...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - IV
This video helps you with the practical implementation of the For loop and here, you will focus on the decremental part. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - II
In this video, you will dive deeper into the for loop in JavaScript and learn more about its capabilities. You will explore the different parts of a for loop in greater detail, including the loop variable, condition, and increment or...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - If Else Statements in JavaScript and (in) Equality Operators
In this video, you will learn about the if…else statement in JavaScript, which allows you to control the flow of your code based on different conditions. You will explore how to use comparison and equality operators. This clip is from...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Equality and Comparison Operators in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - The Remainder Operator in JavaScript
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Building the Balance Sheet
In this video, we will be building the last financial statement, which is the balance sheet. This clip is from the chapter "Building the Three Key Financial Statements" of the series "Project Finance and Excel - Build Financial Models...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Completing the P&L Statement
This video demonstrates how to wrap up the computation of the profit and loss statement. This clip is from the chapter "Building the Three Key Financial Statements" of the series "Project Finance and Excel - Build Financial Models from...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Error Handling in Solidity
In this video, we will discuss the solution to the exercise on error handling in Solidity from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Use Assembly to Run Byte Conversions
In this video, we will discuss the solution to the exercise on using Assembly to run byte conversions from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Write Assembly in Solidity
In this video, you will learn about how to write the Assembly language in Solidity and use it to optimize smart contracts. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Cryptographic Oracle Contract
In this video, we will discuss the solution to the exercise on a cryptographic Oracle contract from the previous video. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How Does Assert Work in Solidity
In this video, you will learn how the assert() function works in Solidity and how it differs from the require() and revert() functions in terms of error handling and gas usage. This clip is from the chapter "Learn Advanced Solidity II"...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Cost Restriction in Solidity
In this video, we will discuss the solution to the exercise on cost restriction in Solidity from the previous video. This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete Solidity Course -...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Cost Restriction in Solidity
This is an exercise video on cost restriction in Solidity. This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Modifier Function
In this video, we will discuss the solution to the exercise on the modifier function from the previous video. This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete Solidity Course - Zero to...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Modifier Function
This is an exercise video on the modifier function. This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In this...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write a Withdrawal Function in Solidity
In this video, we will discuss the solution to the exercise on writing a withdrawal function in Solidity from the previous video. This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete Solidity...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Hack a Smart Contract (Malicious Constructor Trick)
In this video, you will learn how to exploit a vulnerable smart contract using the malicious constructor trick. The video will begin with an introduction to the concept of constructor in Solidity, followed by an explanation of the...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Destructuring and Multiple Returns from Functions in Solidity
In this video, you will learn how to use destructuring and multiple returns from functions in Solidity. Destructuring is the process of breaking down a data structure into smaller parts. In Solidity, destructuring is used to extract data...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write a Function Modifier
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...