ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

103 results

Frontend Interview Master
🎯 Array.indexOf() - Quick JS Tutorial #Shorts

Array.indexOf() - JavaScript Tutorial Find the first index of an element in an array. Great for searching data. Code: const fruits ...

1:00
🎯 Array.indexOf() - Quick JS Tutorial #Shorts

0 views

15 hours ago

Notes
How to Find the Index of an Element in JavaScript!

coding #javascript #tutorial #shorts A JavaScript tutorial on how to find the index of the first occurrence of an element in a string.

0:15
How to Find the Index of an Element in JavaScript!

1,741 views

4 weeks ago

Vitor Menoli
indexOf vs includes — which one to use in JavaScript? #javascript #js #shorts #programming

Understand the difference between indexOf() and includes() in JavaScript in less than 1 minute: • indexOf() returns the ...

0:46
indexOf vs includes — which one to use in JavaScript? #javascript #js #shorts #programming

568 views

3 weeks ago

Code Buddy
JavaScript Array indexOf & lastIndexOf Tutorial in Hindi / Urdu

In this tutorial, you will learn how to use the JavaScript indexOf() and lastIndexOf() methods in Hindi and Urdu. You will discover ...

7:05
JavaScript Array indexOf & lastIndexOf Tutorial in Hindi / Urdu

2 views

13 days ago

CodeMastery Academy
Stop Using indexOf in JavaScript 😵 Use .includes() Instead #shorts #javascript

Checking if an item exists in a JavaScript array using indexOf is confusing and outdated. Read your code like English with ...

0:19
Stop Using indexOf in JavaScript 😵 Use .includes() Instead #shorts #javascript

502 views

3 weeks ago

vlogize
Wie man das Problem mit falschen Indizes von array.indexOf() in JavaScript behebt

Erfahren Sie, warum `array.indexOf()` in JavaScript manchmal nicht die erwarteten Indexpositionen zurückgibt. Lernen Sie die ...

1:36
Wie man das Problem mit falschen Indizes von array.indexOf() in JavaScript behebt

0 views

1 day ago

vlogize
Verstehen von JavaScripts indexOf: Objekt-Referenzen in Arrays finden

Erfahren Sie, warum JavaScripts `indexOf` den Index eines Objekts in einem Array ähnlicher Klassenobjekte finden kann. Lernen ...

1:40
Verstehen von JavaScripts indexOf: Objekt-Referenzen in Arrays finden

0 views

3 weeks ago

DeveloperMaroof
JavaScript Lesson 10 | Array Methods | Creation, Indexing and more | Javascript Tutorial

javascript #arrays #developermaroof Lesson 10: JavaScript Arrays: creation methods, indexing, common array methods (push, ...

29:39
JavaScript Lesson 10 | Array Methods | Creation, Indexing and more | Javascript Tutorial

23 views

3 weeks ago

I'm Mèo
👩‍💻Finding an index of an element in the array (JavaScript Arrays)

Finding an index of an element in the array (JavaScript Arrays) Copy → https://www.javascripttutorial.net/javascript-array/ ...

0:12
👩‍💻Finding an index of an element in the array (JavaScript Arrays)

69 views

4 weeks ago

CodewithPrashant
Javascript Array Methods

JavaScript Array Methods Explained (Quick Guide) Master the most important JavaScript array methods every developer should ...

0:08
Javascript Array Methods

14,040 views

2 weeks ago

Sachin Sharma Academy
JavaScript Program to Find All Occurrences Using indexOf() | Array Example

Join this channel to get access to perks: https://www.youtube.com/channel/UC7diU3u_TatNfIAPbPNTAtQ/join 1:1 Consultation ...

12:54
JavaScript Program to Find All Occurrences Using indexOf() | Array Example

12 views

3 weeks ago

The Debug Zone
Get Row and Column Index of Table Cell on Click: JavaScript Tutorial

In this JavaScript tutorial, we'll explore how to dynamically retrieve the row and column index of a table cell when it's clicked.

2:40
Get Row and Column Index of Table Cell on Click: JavaScript Tutorial

0 views

2 weeks ago

ignacio consuegra
28. Find the Index of the First Occurrence in a String, LeetCodej, JavaScript, Java, C++

Solving one LeetCode problem a day until I make it to FAANG.

8:15
28. Find the Index of the First Occurrence in a String, LeetCodej, JavaScript, Java, C++

1 view

3 weeks ago

Playwright Automation Testing
Find Non-Repeating Characters in a String — JavaScript Interview Question Explained

Welcome to SenthilSmartQAHub In this video, we learn a very popular JavaScript interview logic question — How to find ...

6:14
Find Non-Repeating Characters in a String — JavaScript Interview Question Explained

47 views

4 weeks ago

Frontend Interview Master
💡 Array.findIndex() | JS Tips for Developers #Shorts

Array.findIndex() - JavaScript Tutorial FindIndex returns the index of the first element that passes a test. Useful for quick lookups.

0:27
💡 Array.findIndex() | JS Tips for Developers #Shorts

0 views

4 days ago

Vetrivel Ravi
JavaScript Bug Challenge🤯

includes vs indexOf Edge Case Explanation includes uses SameValueZero comparison → NaN equals NaN indexOf uses ...

0:11
JavaScript Bug Challenge🤯

24 views

2 days ago

PodTest
JavaScript Day12: Arrays Part2: concat join includes indexof lastindexof pop push shift unshift

So for here right my drive JS boot camp JavaScript and uh conditional statements I think here we have something let's say file ...

1:54:31
JavaScript Day12: Arrays Part2: concat join includes indexof lastindexof pop push shift unshift

0 views

6 days ago

Code At Night
Array Methods | Mutating vs Non-Mutating

In this video, we explain the most important JavaScript array methods in a simple and beginner-friendly way. You'll learn: ...

15:55
Array Methods | Mutating vs Non-Mutating

18 views

10 days ago

knobly
JavaScript Mastery |PART 5 |  For Loops, Math & String Functions Explained

JavaScript Mastery: For Loops, Math & String Functions Explained In this comprehensive JavaScript tutorial, we dive deep into ...

15:16
JavaScript Mastery |PART 5 | For Loops, Math & String Functions Explained

52 views

12 days ago

Profe Ramiro Estigarribia
✂️ Manipulación de Texto con JavaScript | Clase 7 con Prof. Ramiro Estigarribia

Aprende todos los métodos de JavaScript para trabajar con texto de forma clara y práctica. En esta clase veremos cómo usar ...

1:26:42
✂️ Manipulación de Texto con JavaScript | Clase 7 con Prof. Ramiro Estigarribia

19 views

11 days ago

DataCodeWith_Rana
JavaScript Array Methods

JavaScript Array Methods Explained (Quick Guide) Master the most important JavaScript array methods every developer should ...

0:08
JavaScript Array Methods

246 views

2 weeks ago

INTECU
JS-Cadenas de caracteres

Cadenas de caracteres en JavaScript y métodos útiles para el manejo de estas (concat(), at(), charAt(), replace(), slice(), ...

8:47
JS-Cadenas de caracteres

4 views

8 days ago

DevStack Hub
#level24/50 🎮  includes vs indexOf ⚠️  One finds NaN, the other doesn’t.#javascript #coding #shorts
0:18
#level24/50 🎮 includes vs indexOf ⚠️ One finds NaN, the other doesn’t.#javascript #coding #shorts

201 views

2 days ago

ProgrammingDeveloperVideos
Algoritmo para Remover Duplicados de un Array en JavaScript | Explicado Paso a Paso

En este video explico cómo eliminar elementos duplicados de un array en JavaScript usando un algoritmo, sin utilizar métodos ...

6:34
Algoritmo para Remover Duplicados de un Array en JavaScript | Explicado Paso a Paso

10 views

9 days ago

CS50
CS50x 2026 - Lecture 8 - HTML, CSS, JavaScript

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:22:12
CS50x 2026 - Lecture 8 - HTML, CSS, JavaScript

11,456 views

5 days ago