Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Hacking a Password with Matching Keywords in JavaScript
In this video, you will learn how to create a simple password-hacking script using JavaScript. The script will use a list of common passwords and dictionary words to try and guess the password for a given user. This clip is from the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Truncate in JavaScript Overflow Subscriptions
In this video, we will discuss the solution to the exercise on how to truncate in JavaScript overflow subscriptions from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - How to Truncate in JavaScript Overflow Subscriptions
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Repeat a String in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Return the Smallest Number in Nested Arrays
In this video, we will discuss the solution to the exercise on how to return the smallest number in nested arrays 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 - How to Return the Smallest Number in Nested Arrays
In this video, you will learn how to write a function in JavaScript to return the smallest number in nested arrays. The video starts by explaining what nested arrays are and how to access their elements using loops. Then, a step-by-step...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - How to Find the Longest Word in a String with ForEach
In this video, we will continue to discuss the solution to the exercise on how to find the longest word in a string with ForEach. 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 - 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 - Exercise - Write a Factorial Function in JavaScript
This is an exercise video where you will be writing a factorial function in JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Reverse a String - Solution II
This is the continuation video, where we will discuss the solution to the exercise on how to reverse a string. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Reverse a String - Solution I
In this video, we will discuss the solution to the exercise on how to reverse a string from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - How to Reverse a String
This is an exercise video on how to reverse a string. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews".This section...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Final Exercise - Facebook Unfriend Functionality
This is a final exercise video where you will work on the Facebook Unfriend functionality.
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 - Solution - Fix a Bug for a Medical Company Data
In this video, we will discuss the solution to the exercise on fixing a bug for a medical company data from the previous video.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Accessing Weather API Data structures
In this video, we will discuss the solution to the exercise on accessing weather API data structures from the previous video. • 3.51 hasOwnProperty, the in Keyword, and Delete in JavaScript • This video is about hasOwnProperty, the in...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Search for Game Items and Clone Array
This is an exercise video where you will be searching for game items and clone array. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Make Multiple Copies of an Array with the Spread Operator
In this video, you will learn how to make multiple copies of an array using the spread operator in JavaScript. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Update Cryptocurrency Profile Data
In this video, we will discuss the solution to the exercise on updating cryptocurrency profile data from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Update Cryptocurrency Profile Data
This is an exercise video where you will be updating cryptocurrency profile data. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Modify Arrays and Remove Items in JavaScript
In this video, we will discuss the solution to the exercise on modifying arrays and remove items in JavaScript from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Array Function for an Anime App
In this video, we will discuss the solution to the exercise on the array function for an anime app from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Time Travel Program - If Else and Equality Operators
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Global Versus Local Scope in Functions with JavaScript
In this video, you will learn about the concept of scope in JavaScript functions. You will explore how variables declared inside a function have local scope, meaning they can only be accessed within that function, while variables...