ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

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

10 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

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

1 month 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

10 months ago

codewithtec
Working With String In JavaScript

Master JavaScript strings in just a few minutes! In this video, we explore how to work with strings in JavaScript — from basic usage ...

24:41
Working With String In JavaScript

154 views

11 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

28 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

39 views

3 months 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

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

7 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

69 views

5 months ago

Ijaz Code Lab
Slice, Splice, Substring & More: JavaScript String Methods Simplified

Confused between `slice()`, `splice()`, and `substring()`? You're not alone! These JavaScript string methods trip up beginners and ...

8:11
Slice, Splice, Substring & More: JavaScript String Methods Simplified

16 views

4 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()

13 views

1 month ago

Ranjna Codes
Longest Substring Problem in JavaScript – Step by Step

Learn how to solve the LONGEST SUBSTRING WITHOUT REPEATING CHARACTERS problem in JavaScript, step by step! This tutorial is ...

18:57
Longest Substring Problem in JavaScript – Step by Step

96 views

4 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

4 views

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

9:00
Longest Substring Without Repeating Characters | Sliding Window Explained Simply #SlidingWindow

27 views

8 months ago

Anjeev Singh
Class 12 Web Application | Chapter 2 JavaScript | Strings & String Methods Explained | Code 803 CBSE

Class 12 Web Applications | JavaScript Strings & String Methods Explained | Chapter 2 | Code 803 CBSE 📘 CBSE Class 12 Web ...

30:31
Class 12 Web Application | Chapter 2 JavaScript | Strings & String Methods Explained | Code 803 CBSE

1,337 views

9 months ago

The Algo Show
Longest Substring Without Repeating Characters - LeetCode Problem 3 - JavaScript

Skip to 1:04:43 to see a concise explanation of the solution. * 00:00 Intro 00:12 Choosing a problem 04:29 Reading the problem ...

1:17:00
Longest Substring Without Repeating Characters - LeetCode Problem 3 - JavaScript

39 views

2 months ago

Priya Gajbhiye
JavaScript Coding Challenge: Find the Longest Vowel Substring (Easy Logic)

In this JavaScript coding exercise, we solve a popular interview question: “How do you find the longest substring of vowels in a ...

8:37
JavaScript Coding Challenge: Find the Longest Vowel Substring (Easy Logic)

21 views

6 months ago

Toa Pita
Substring

Discusses W3Schools and the substring method.

5:35
Substring

106 views

10 months ago

Night coder
Longest Substring Without Repeating Characters in JavaScript | Coding Interview Question

In this video, I walk you through solving the Longest Substring Without Repeating Characters problem using JavaScript. This is a ...

6:24
Longest Substring Without Repeating Characters in JavaScript | Coding Interview Question

11 views

9 months ago