Instructional Video2:20
Curated Video

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

Higher Ed
In this video, we will continue to discuss the solution to the exercise on how to repeat a string in JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from...
Instructional Video1:52
Curated Video

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

Higher Ed
In this video, we will discuss the solution to the exercise on how to repeat a string in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript...
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 Video4:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Return the Smallest Number in Nested Arrays

Higher Ed
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...
Instructional Video2:58
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Return the Smallest Number in Nested Arrays

Higher Ed
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...
Instructional Video5:25
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

Higher Ed
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...
Instructional Video5:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - How to Find the Longest Word in a String

Higher Ed
In this video, we will discuss the solution to the exercise on how to find the longest word in a string from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video2:24
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Find the Longest Word in a String

Higher Ed
In this video, you will learn how to find the longest word in a given string using JavaScript. The video covers the step-by-step process of solving this problem, including how to split the string into an array of words, looping through...
Instructional Video5:50
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Write a Factorial Function in JavaScript

Higher Ed
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...
Instructional Video1:38
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Write a Factorial Function in JavaScript

Higher Ed
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...
Instructional Video5:25
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Factorial in JavaScript (Probability Calculations)

Higher Ed
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...
Instructional Video5:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Reverse a String - Solution II

Higher Ed
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...
Instructional Video5:14
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Reverse a String - Solution I

Higher Ed
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...
Instructional Video3:07
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - How to Reverse a String

Higher Ed
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...
Instructional Video0:44
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What to Expect in This Section!

Higher Ed
This video helps you understand what topics will be covered in this section and what will be the learning outcomes. By the end of this section, you will have a solid understanding of the fundamentals of algorithms, and you will be able...
Instructional Video4:57
Curated Video

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

Higher Ed
This is a final exercise video where you will work on the Facebook Unfriend functionality.
Instructional Video2:20
Instructional Video3:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript

Higher Ed
The Object.keys() method is a built-in function in JavaScript that returns an array of a given object’s own enumerable property names, in the same order as we get with a normal loop. It takes an object as a parameter and returns an array...
Instructional Video3:56
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Login Iteration Calculator

Higher Ed
In this video, we will discuss the solution to the exercise on a login iteration calculator from the previous video.
Instructional Video1:25
Instructional Video4:58
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Iterate Through Objects with the For…in JavaScript

Higher Ed
The “For…in” loop is a handy tool for iterating through the properties of an object in JavaScript. In this video, you will learn how to use the “For…in” loop to loop through all the properties of an object and perform a specific action...
Instructional Video4:40
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Fix a Bug for a Medical Company Data

Higher Ed
In this video, we will discuss the solution to the exercise on fixing a bug for a medical company data from the previous video.
Instructional Video1:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Fix a Bug for a Medical Company Data

Higher Ed
This is an exercise video where you will fix a bug for a medical company data.
Instructional Video4:59
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - hasOwnProperty, the in Keyword, and Delete in JavaScript

Higher Ed
This video is about hasOwnProperty, the in keyword, and delete in JavaScript. These three concepts are related to objects in JavaScript and are important to understand when working with them. The hasOwnProperty method allows you to check...