ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

108 results

Jakubication
JavaScript String Substring

In JavaScript, string substring returns a portion of a given string. One argument tells the index to start the portion at.

1:07
JavaScript String Substring

23 views

5 months ago

Jakubication
JavaScript String Includes

In JavaScript, string includes is a boolean string method that returns true if a substring is within a given string, and false otherwise.

1:15
JavaScript String Includes

5 views

5 months ago

Jakubication
JavaScript String lastIndexOf

In JavaScript, string lastIndexOf returns the index of the last occurrence of a given substring within a string. Optionally, you can ...

0:57
JavaScript String lastIndexOf

7 views

5 months ago

Jakubication
JavaScript String startsWith

In JavaScript, string startsWith is a boolean string method that tells whether a string starts with a given substring. This video also ...

1:14
JavaScript String startsWith

11 views

5 months ago

Jakubication
JavaScript String endsWith

In JavaScript, string endsWith is a boolean string method that tells whether a string exactly ends with a given substring. This video ...

1:13
JavaScript String endsWith

8 views

5 months ago

RevivedCode
ACE FAANG Interviews: JavaScript Longest Palindrome VISUALIZED!

... the "Longest Palindromic Substring" in JavaScript – a classic and frequently asked FAANG interview question! This visual guide ...

21:55
ACE FAANG Interviews: JavaScript Longest Palindrome VISUALIZED!

60 views

7 months ago

Jakubication
JavaScript String indexOf

In JavaScript, string indexOf returns the index of the first occurrence of a given substring within a string. Optionally, you can ...

2:44
JavaScript String indexOf

19 views

7 months ago

Arindam Keswani
Substring with Concatenation of All Words - Leetcode 30 - Solution (JavaScript)

JavaScript solution of the coding interview problem: Substring with Concatenation of All Words Follow my socials to stay updated ...

10:46
Substring with Concatenation of All Words - Leetcode 30 - Solution (JavaScript)

194 views

9 months ago

Jakubication
JavaScript String Repeat

In JavaScript, string repeat repeats a string a given number of times. This video shows what happens when you pass zero to ...

0:49
JavaScript String Repeat

13 views

5 months ago

Jakubication
JavaScript String toLowerCase

In JavaScript, string toLowerCase converts a string to all lowercase. JavaScript strings are immutable, so toLowerCase returns a ...

0:52
JavaScript String toLowerCase

11 views

5 months ago

Jakubication
JavaScript String toUpperCase

In JavaScript, string toUpperCase converts a string to all uppercase. JavaScript strings are immutable, so toUpperCase returns a ...

0:48
JavaScript String toUpperCase

5 views

5 months ago

Jakubication
toLowerCase and toUpperCase in JavaScript

toLowerCase and toUpperCase in JavaScript do two complementary things in JavaScript. toLowerCase converts a string to all ...

1:32
toLowerCase and toUpperCase in JavaScript

32 views

5 months ago

Peetha Academy
Longest Substring Without Repeating Characters | Sliding Window Explained Simply #SlidingWindow

Learn how to solve Longest Substring Without Repeating Characters — one of the most common JavaScript coding interview ...

8:59
Longest Substring Without Repeating Characters | Sliding Window Explained Simply #SlidingWindow

3 views

3 months ago

Jakubication
How To Remove Duplicates From A String In JavaScript

This video shows how to remove duplicates from a string in JavaScript. It uses the set constructor, the spread operator and the join ...

1:15
How To Remove Duplicates From A String In JavaScript

5 views

4 months ago

Learn with Shikaar
How to Get the Middle Character(s) of a String — Quick Trick for Odd & Even Lengths (Try It Now!)

Get Middle Character(s) of a String in JavaScript. In this video you'll learn how to reliably extract the middle character or middle ...

3:40
How to Get the Middle Character(s) of a String — Quick Trick for Odd & Even Lengths (Try It Now!)

9 views

3 months ago

Learn with Shikaar
Find the Longest Substring Without Repeating Characters

Find the Longest Substring Without Repeating Characters in JavaScript In this video, you'll learn how to find the longest substring ...

2:58
Find the Longest Substring Without Repeating Characters

2 views

6 months ago

Learn with Shikaar
Find the Longest Palindrome in a String Using JavaScript

Find the Longest Palindromic Substring in JavaScript In this video, you'll learn how to find the longest palindromic substring within ...

3:07
Find the Longest Palindrome in a String Using JavaScript

3 views

6 months ago

Coding With Waseem
JavaScript String Methods Crash Course

Welcome to our JavaScript Tutorial for Beginners To Advance! In this video, we'll take you through everything you need to know ...

32:25
JavaScript String Methods Crash Course

148 views

9 months ago

Arindam Keswani
Substring with Concatenation of All Words - Leetcode 30 - Explanation & Dry Run

Explanation and dry run of the coding interview problem: Substring with Concatenation of All Words Follow my socials to stay ...

13:23
Substring with Concatenation of All Words - Leetcode 30 - Explanation & Dry Run

220 views

9 months ago

Learn with Shikaar
Truncate String to Length

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 ...

2:14
Truncate String to Length

11 views

10 months ago