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
828 results
Browser JavaScript and Event Loop Course is available at http://bit.ly/39eDgEA This video covers how can you extract a portion of ...
1,797 views
6 years ago
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
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
21,359 views
In JavaScript, string indexOf returns the index of the first occurrence of a given substring within a string. Optionally, you can ...
19 views
6 months ago
... the "Longest Palindromic Substring" in JavaScript – a classic and frequently asked FAANG interview question! This visual guide ...
60 views
7 months ago
Browser JavaScript and Event Loop Course is available at http://bit.ly/39eDgEA This is an interview question on JavaScript String ...
169 views
5 years ago
In this video, we show how to test if a JavaScript string has a given substring in it.
280 views
2 years ago
In this Q&A video, I try to explain #howto check whether a string contains a substring in #JavaScript without using any library.
29 views
7 years ago
In JavaScript, string endsWith is a boolean string method that tells whether a string exactly ends with a given substring. This video ...
8 views
https://www.udemy.com/practical-javascript-javascript-basics/?couponCode=YouCust JavaScript substr and substring: Difference ...
745 views
11 years ago
In JavaScript, string lastIndexOf returns the index of the last occurrence of a given substring within a string. Optionally, you can ...
7 views
JavaScript solution of the coding interview problem: Longest Palindromic Substring Follow my socials to stay updated on more of ...
292 views
1 year ago
Write a function that returns the longest non-repeating substring for a string input. Notes: If multiple substrings tie in length, return ...
41 views
4 years ago
In the typescript video tutorial, I will show you how to check if a string contains a substring or not. For this, we will use 3 different ...
78 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
Let's learn the use of strings in JavaScript. We can indicate a character in a string by specifying an index. We can find the length of ...
728 views
3 years ago
GET ANSWERS ON SOCIAL: ▭▭▭▭▭▭▭▭▭▭▭▭▭ SUBSCRIBE FOR MORE: https://bit.ly/Subscribe-NareshGotte 1.
14 views
String manipulation is a common task in JavaScript. Here are some basic operations you can perform on strings in JavaScript: 1.
4 views
JavaScript solution of the coding interview problem: Substring with Concatenation of All Words Follow my socials to stay updated ...
189 views
9 months ago