Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
108 results
In JavaScript, string substring returns a portion of a given string. One argument tells the index to start the portion at.
23 views
5 months ago
In JavaScript, string includes is a boolean string method that returns true if a substring is within a given string, and false otherwise.
5 views
In JavaScript, string lastIndexOf returns the index of the last occurrence of a given substring within a string. Optionally, you can ...
7 views
In JavaScript, string startsWith is a boolean string method that tells whether a string starts with a given substring. This video also ...
11 views
In JavaScript, string endsWith is a boolean string method that tells whether a string exactly ends with a given substring. This video ...
8 views
... the "Longest Palindromic Substring" in JavaScript – a classic and frequently asked FAANG interview question! This visual guide ...
60 views
7 months ago
In JavaScript, string indexOf returns the index of the first occurrence of a given substring within a string. Optionally, you can ...
19 views
JavaScript solution of the coding interview problem: Substring with Concatenation of All Words Follow my socials to stay updated ...
194 views
9 months ago
In JavaScript, string repeat repeats a string a given number of times. This video shows what happens when you pass zero to ...
13 views
In JavaScript, string toLowerCase converts a string to all lowercase. JavaScript strings are immutable, so toLowerCase returns a ...
In JavaScript, string toUpperCase converts a string to all uppercase. JavaScript strings are immutable, so toUpperCase returns a ...
toLowerCase and toUpperCase in JavaScript do two complementary things in JavaScript. toLowerCase converts a string to all ...
32 views
Learn how to solve Longest Substring Without Repeating Characters — one of the most common JavaScript coding interview ...
3 views
3 months ago
This video shows how to remove duplicates from a string in JavaScript. It uses the set constructor, the spread operator and the join ...
4 months ago
Get Middle Character(s) of a String in JavaScript. In this video you'll learn how to reliably extract the middle character or middle ...
9 views
Find the Longest Substring Without Repeating Characters in JavaScript In this video, you'll learn how to find the longest substring ...
2 views
6 months ago
Find the Longest Palindromic Substring in JavaScript In this video, you'll learn how to find the longest palindromic substring within ...
Welcome to our JavaScript Tutorial for Beginners To Advance! In this video, we'll take you through everything you need to know ...
148 views
Explanation and dry run of the coding interview problem: Substring with Concatenation of All Words Follow my socials to stay ...
220 views
Video Title: Truncate a String to a Specific Length in JavaScript In this video, you'll learn how to shorten a string to a specified ...
10 months ago