ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

65 results

J David Eisenberg
Chapter 4: substring() and indexOf() methods

The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...

7:13
Chapter 4: substring() and indexOf() methods

21,363 views

6 years ago

Learn with Shikaar
Removing a Character from a String in JavaScript

Video Title: Removing a Character from a String in JavaScript In this tutorial, we'll learn how to remove a specific character from a ...

2:14
Removing a Character from a String in JavaScript

3 views

1 year ago

Learn with Shikaar
Check if Script Appears at 5th (index 4) Position in a given String

Video Title: Check if the String 'Script' is Present at the 5th Position in a Given String in JavaScript In this tutorial, we'll learn how to ...

2:04
Check if Script Appears at 5th (index 4) Position in a given String

7 views

1 year ago

Learn with Shikaar
Adding "Py" to a String in JavaScript

Video Title: Adding 'Py' to a String in JavaScript In this tutorial, we'll explore how to add the substring "Py" to the beginning of a ...

2:15
Adding "Py" to a String in JavaScript

3 views

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

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
Removing First and Last 'P' from a String

Video Title: Removing First and Last 'P' from a String (JavaScript) In this tutorial, we'll explore how to remove the first and last ...

2:22
Removing First and Last 'P' from a String

0 views

1 year ago

Learn with Shikaar
Create a New String with the First Character at the Front and Back

Video Title: Create a New String with the First Character at the Front and Back in JavaScript In this tutorial, we'll learn how to ...

2:22
Create a New String with the First Character at the Front and Back

1 view

1 year ago

Learn with Shikaar
Extract the First Half of an Even-Length String

Video Title: Extract the First Half of an Even-Length String (JavaScript) In this tutorial, we'll show you how to extract the first half of ...

3:09
Extract the First Half of an Even-Length String

14 views

1 year ago

Learn with Shikaar
Find the First Non Repeating Character in a String  JavaScript Tutorial

Find the First Non-Repeated Character in a String Using JavaScript In this video, you'll learn how to identify the first non-repeated ...

2:54
Find the First Non Repeating Character in a String JavaScript Tutorial

7 views

6 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
Changing the Position of the First and Last Characters in a String

Video Title: Changing the Position of the First and Last Characters in a String in JavaScript In this tutorial, we'll learn how to swap ...

2:20
Changing the Position of the First and Last Characters in a String

4 views

1 year ago

Learn with Shikaar
Create a New String Without the First and Last Characters

Video Title: Create a New String Without the First and Last Characters (JavaScript) In this tutorial, we'll learn how to create a new ...

3:18
Create a New String Without the First and Last Characters

4 views

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

Learn with Shikaar
Count How Many Times a Letter Appears in a String | JavaScript Tutorial

Count Letter Occurrences in a String Using JavaScript In this video, you'll learn how to count how many times a specific letter ...

2:48
Count How Many Times a Letter Appears in a String | JavaScript Tutorial

13 views

7 months ago

Learn with Shikaar
Create a New String with First and Last n Characters

Video Title: Create a New String with First and Last n Characters (JavaScript) In this tutorial, we'll learn how to create a new string ...

2:19
Create a New String with First and Last n Characters

4 views

1 year ago

Learn with Shikaar
Create a new string of specified copies of a given string

Video Title: Creating Multiple Copies of a String in JavaScript In this tutorial, we'll learn how to generate multiple copies of a string ...

3:06
Create a new string of specified copies of a given string

1 view

1 year ago

Learn with Shikaar
Create a String Using the Middle Three Characters

Video Title: Create a String Using the Middle Three Characters (JavaScript) In this tutorial, we'll explore how to extract the middle ...

2:48
Create a String Using the Middle Three Characters

2 views

1 year ago

Learn with Shikaar
Test Whether a String Ends with 'Script'

Video Title: Test Whether a String Ends with 'Script' (JavaScript) In this tutorial, we'll show you how to check if a string ends with ...

2:30
Test Whether a String Ends with 'Script'

2 views

1 year ago

Tech Algo Views
Longest Palindromic substring | #leetcode 5 | #computerscience | #algorithm

Longest Palindromic substring Complexity: - Time: O(N^2) - Space: O(N) Problem statement: ...

0:53
Longest Palindromic substring | #leetcode 5 | #computerscience | #algorithm

97 views

1 year ago