Instructional Video8:09
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Hacking a Password with Matching Keywords in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on hacking a password with matching keywords in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Instructional Video15:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Final Exercise Solution - Facebook Unfriend Functionality

Higher Ed
In this video, we will discuss the final solution to the exercise on adding the Facebook Unfriend functionality from the previous video.
Instructional Video11:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Time Travel Program - If Else and Equality Operators

Higher Ed
In this video, we will discuss the solution to the exercise on time travel program using if else and equality operators from the previous video. This clip is from the chapter "Introduction to Programming and JavaScript Basics for...
Instructional Video7:15
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Sort Out Facebook Groups by Location

Higher Ed
In this video, we will discuss the solution to the exercise on sorting out Facebook groups by location from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series...
Instructional Video3:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Question - Sort and Order Numbers into an Array with JavaScript

Higher Ed
In this video, you will go through the very common type of interview question asked to sort and order numbers into an array with JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Instructional Video2:34
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - How to Truncate in JavaScript Overflow Subscriptions

Higher Ed
This is an exercise video where you will learn how to truncate in JavaScript overflow subscriptions. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero...
Instructional Video2:01
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Repeat a String in JavaScript

Higher Ed
The video teaches how to use the repeat() method in JavaScript to repeat a given string a specific number of times. The video starts by demonstrating how to use the repeat() method with a single argument to repeat a string, and then...
Instructional Video8:40
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Clone Arrays with Slice in JavaScript

Higher Ed
In JavaScript, you can clone an array using the slice() method. Cloning an array means creating a new array with the same values as an existing array, but the two arrays are completely independent of each other. This video will...
Instructional Video8:02
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Adding to Arrays with Splice in JavaScript

Higher Ed
In JavaScript, you can add elements to an array using the splice() method. This method allows you to add one or more elements to an array at a specified index. In this video, you will learn how to use the splice() method to add elements...
Instructional Video4:08
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Example 1 - What Is Splice in JavaScript

Higher Ed
In this video, you will see the first example of the splice method in JavaScript. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video5:02
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Time Travel Program - If Else and Equality Operators

Higher Ed
This is an exercise video where you work on time travel program using if else and equality operators. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript...
Instructional Video4:19
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - What Are Functions in JavaScript

Higher Ed
This is a solution video where you will work on the functions 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 Hero -...
Instructional Video6:17
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Functions in JavaScript - Part II

Higher Ed
In this video, you will continue your exploration of functions in JavaScript, diving deeper into more advanced topics. You will learn about function scope and how it affects the visibility of variables within functions. This clip is from...
Instructional Video3:53
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Functions in JavaScript - Part I

Higher Ed
In this video, you will learn about functions in JavaScript, which are one of the fundamental building blocks of programming. You will explore the basic syntax of functions and learn how to define and call functions in your code. This...
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 Video11:38
Curated Video

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

Higher Ed
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...
Instructional Video20:41
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Contract Visibility Advanced I

Higher Ed
In this video, we will discuss the solution to the exercise on contract visibility advanced from the previous video. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The Complete...
Instructional Video7:35
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Build a Random Generator Function

Higher Ed
In this video, you will learn how to build a random generator function in Solidity. The video will cover the basic principles of generating random numbers in a deterministic environment like the Ethereum blockchain. This clip is from the...
Instructional Video7:35
Curated Video

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

Higher Ed
In this video, we will discuss the solution to the exercise on writing a function overload from the previous video. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to...
Instructional Video1:42
Curated Video

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

Higher Ed
This is an exercise video on writing a function overload. 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 Video4:16
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Function Overloading in Solidity

Higher Ed
In this video, we will cover the concept of function overloading in Solidity. Function overloading allows you to define multiple functions with the same name but different parameter types, which can help you write more modular and...
Instructional Video6:46
Curated Video

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

Higher Ed
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...
Instructional Video11:02
Curated Video

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

Higher Ed
In this video, you will learn the basics of writing functions in Solidity, including function syntax, return values, and more. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero...
Instructional Video5:04
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Introduction to Variable Arguments – Basics

Higher Ed
In this video, we will see an introduction to the basics of variable arguments.