ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,955 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

25 views

11 months ago

Learn JavaScript
Finding a substring in a larger string in JS

This video uses for loops to find substrings in js (not the most effiicent method but a simple one)

6:51
Finding a substring in a larger string in JS

0 views

2 months ago

Think Base
JavaScript substring vs slice vs substr Explained Clearly 🔥

In this video, we understand the difference between substring(), slice(), and substr() in JavaScript. If you're confused about when ...

5:09
JavaScript substring vs slice vs substr Explained Clearly 🔥

5 views

3 months ago

Chuck's Resume
Leetcode 3 - Longest Substring Without Repeating Characters JavaScript

In “Longest Substring Without Repeating Characters,” we're given a string and need to return the length of the longest substring ...

6:14
Leetcode 3 - Longest Substring Without Repeating Characters JavaScript

41 views

4 months ago

P!nks Digi Studio
JavaScript String Functions Explained | substring() vs slice() vs substr() | Beginner Tutorial 🚀

Confused between substring(), slice(), and substr() in JavaScript? In this beginner-friendly tutorial, you'll learn: ✓ How ...

1:51
JavaScript String Functions Explained | substring() vs slice() vs substr() | Beginner Tutorial 🚀

0 views

2 days 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

7 views

11 months ago

Hacking into Coding
Longest Palendromeic String - LeetCode - Medium Javascript

So one thing that we could try to do is basically like try to make make every single substring we could think of. Then J will be um I + ...

57:45
Longest Palendromeic String - LeetCode - Medium Javascript

1 view

8 months ago

Ashwini Kemshetty
Day 53 | Longest Palindromic Substring | LeetCode 5 | JavaScript | Expand Around Center

Day 53 of my LeetCode Daily Challenge! Today we solve LeetCode #5 — Longest Palindromic Substring, a classic String + Two ...

5:53
Day 53 | Longest Palindromic Substring | LeetCode 5 | JavaScript | Expand Around Center

37 views

4 months ago

Jakubication
startswith and endswith JavaScript

In JavaScript, startswith and endswith tell you two similar but opposite things about a string in JavaScript. startsWith tells you if a ...

2:18
startswith and endswith JavaScript

17 views

11 months ago

Becoming A Better Dev (with David)
3. Longest Substring Without Repeating Characters - LeetCode JavaScript

How to solve LeetCode problem #3. Longest Substring Without Repeating Characters in JavaScript. Need help building your ...

11:21
3. Longest Substring Without Repeating Characters - LeetCode JavaScript

8 views

11 days ago

Ashwini Kemshetty
Minimum Window Substring | Sliding Window + HashMap | JavaScript | LeetCode 76

Description: Day 87 of my LeetCode Daily Challenge! In this problem, I solve LeetCode 76 - Minimum Window Substring using ...

20:28
Minimum Window Substring | Sliding Window + HashMap | JavaScript | LeetCode 76

13 views

2 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

11 views

11 months ago

Jakubication
indexof and lastindexof in JavaScript | JavaScript String Methods

In JavaScript, indexOf returns the first index of the given substring within a string. lastIndexOf returns the last index of the given ...

3:32
indexof and lastindexof in JavaScript | JavaScript String Methods

8 views

11 months ago

Jakubication
How To Reverse A String In JavaScript

This video shows how to reverse a string in JavaScript by chaining the split, reverse, and join string, array, and string methods ...

1:06
How To Reverse A String In JavaScript

15 views

10 months ago

Toa Pita
Substring

Discusses W3Schools and the substring method.

5:35
Substring

107 views

10 months ago

Learn With Mohitmk
JavaScript String Methods Explained 🔥 slice vs substring vs substr (With Examples) | MK Commune

In this JavaScript Strings tutorial, you will learn the most important JavaScript String Methods, especially the most confusing ones ...

39:31
JavaScript String Methods Explained 🔥 slice vs substring vs substr (With Examples) | MK Commune

70 views

6 months ago

AppSmashers
Day 2 – Video 14: JavaScript String Methods Practice 🚀 | slice(), split(), substring(), indexof()

Practice JavaScript String Methods with real beginner-friendly examples for Playwright Automation In this tutorial, you'll learn: ...

8:02
Day 2 – Video 14: JavaScript String Methods Practice 🚀 | slice(), split(), substring(), indexof()

14 views

1 month ago

TechiesReign Skills Academy
JavaScript substring() Method

Learn how to extract parts of a string in JavaScript using the substring() method by specifying start and end indexes. Follow our ...

3:32
JavaScript substring() Method

4 views

7 months ago

Roel Van de Paar
How to use substring method in javascript from the input strings? (2 Solutions!!)

amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! How to use substring method in ...

2:48
How to use substring method in javascript from the input strings? (2 Solutions!!)

4 views

2 weeks 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

25 views

10 months ago