日本語
ਸਭ
ਖੋਜ ਕਰੋ
ਪ੍ਰਤੀਬਿੰਬ
ਵਿਡੀਓਜ਼
ਨਕਸ਼ੇ
ਖ਼ਬਰਾਂ
ਹੋਰ
ਖਰੀਦਦਾਰੀ
ਫਲਾਈਟਾਂ
ਯਾਤਰਾ
ਨੋਟਬੁੱਕ
ਅਣਉਚਿਤ ਸਮੱਗਰੀ ਬਾਰੇ ਰਿਪੋਰਟ ਕਰੋ
ਕਿਰਪਾ ਕਰਕੇ ਹੇਠਾਂ ਵਿਕਲਪਾਂ ਵਿੱਚੋਂ ਇੱਕ ਚੁਣੋ।
ਪ੍ਰਸੰਗਿਕ ਨਹੀਂ
ਘਿਰਣਾਜਨਕ
ਬਾਲਗ
ਬੱਚਿਆਂ ਦਾ ਜਿਨਸੀ ਸ਼ੋਸ਼ਣ
ਲੰਬਾਈ
ਸਾਰੇ
ਛੋਟੀ (5 ਮਿੰਟ ਤੋਂ ਘੱਟ)
ਮੱਧਮ (5-20 ਮਿੰਟ)
ਲੰਮੀ (20 ਮਿੰਟ ਤੋਂ ਵੱਧ)
ਮਿਤੀ
ਸਾਰੇ
ਪਿਛਲੇ 24 ਘੰਟੇ
ਪਿਛਲੇ ਹਫ਼ਤੇ
ਪਿਛਲੇ ਮਹੀਨੇ
ਪਿਛਲਾ ਸਾਲ
ਰੂਪਾਂਤਰ
ਸਾਰੇ
360p ਤੋਂ ਘੱਟ
360p ਜਾਂ ਵੱਧ
480p ਜਾਂ ਵੱਧ
720p ਜਾਂ ਵੱਧ
1080p ਜਾਂ ਵੱਧ
ਸ੍ਰੋਤ
ਸਾਰੇ
NicoVideo
Yahoo
MSN
Dailymotion
Ameba
BIGLOBE
ਕੀਮਤ
ਸਾਰੇ
ਮੁਫ਼ਤ
ਅਦਾਇਗੀ
ਫਿਲਟਰ ਹਟਾਓ
SafeSearch:
ਸੰਜਮੀ
ਸਖ਼ਤ
ਸੰਜਮੀ (ਡਿਫੌਲਟ)
ਬੰਦ
ਫਿਲਟਰ
6:31
YouTube
Bro Code
Learn 2D ARRAYS in JavaScript in 6 minutes! ⬜
// 2D array = multi-dimensional array that stores a matrix // of data in rows and columns. // Useful for games, spreadsheets, or representing images const matrix = [ [1, 2, 3], [4, 5, 6], [7, 8, 9]]; //matrix[0][0] = 'X'; //matrix[0][1] = 'O'; //matrix[0][2] = 'X'; //matrix[1][0] = 'O'; //matrix[1][1] = 'X'; //matrix[1][2] = 'O'; //matrix[2][0 ...
44.8K ਦ੍ਰਿਸ਼
6 ਨਵੰ 2023
2D Array Java Tutorial
32:20
Java 2D Array Explained | Beginner to Advanced with Examples | COMPUHELP
YouTube
COMPUHELP
106 ਦ੍ਰਿਸ਼
5 ਮਹੀਨੇ ਪਹਿਲਾਂ
8:34
2D Array Java Tutorial #11
YouTube
Alex Lee
374.6K ਦ੍ਰਿਸ਼
25 ਅਕਤੂ 2018
12:04
Java tutorial for beginners 22: Understanding Two-Dimensional Arrays in Java
YouTube
Yildirim Likos
21 ਦ੍ਰਿਸ਼
6 ਮਹੀਨੇ ਪਹਿਲਾਂ
ਸਿਖਰਲੇ ਵੀਡੀਓਜ਼
1:57
How to Create a Two-Dimensional Array from an Object in JavaScript
YouTube
vlogize
4 ਮਹੀਨੇ ਪਹਿਲਾਂ
0:26
How to Create a 2D Array in JavaScript | Quick Tip #javascript #shortsfeed
YouTube
Geek4Tutorial
36 ਦ੍ਰਿਸ਼
3 ਮਹੀਨੇ ਪਹਿਲਾਂ
8:54
JavaScript for Beginners #29 - Two Dimensional Arrays Part 1
YouTube
Alvin The Programmer
7.9K ਦ੍ਰਿਸ਼
4 ਜੂਨ 2020
2D Array Java Examples
9:38
Learn 2D ARRAYS in 9 minutes! ⬜
YouTube
Bro Code
6.7K ਦ੍ਰਿਸ਼
8 ਮਹੀਨੇ ਪਹਿਲਾਂ
1:19:46
Day 9-Java Full Course | Array of Objects + 2D Arrays with Real Examples | Ajay Tech Solutions
YouTube
Ajay Tech Solutions
25 ਦ੍ਰਿਸ਼
1 ਮਹੀਨਾ ਪਹਿਲਾਂ
11:24
Introduction to Two-Dimensional & Multidimensional Arrays in Java
YouTube
Professor Hank Stalica
309 ਦ੍ਰਿਸ਼
6 ਮਹੀਨੇ ਪਹਿਲਾਂ
2D Array Add Two Number Program in JavaScript ਦੇ ਮਹੱਤਵਪੂਰਨ ਪਲਾਂ 'ਤੇ ਜਾਓ
6:31
05:00 ਤੋਂ
Adding Data Types
Learn 2D ARRAYS in JavaScript in 6 minutes! ⬜
YouTube
Bro Code
4:51
0:00 ਤੋਂ
Introduction to the Program
JavaScript program to add two numbers
YouTube
Tech Code Guruji
19:02
06:00 ਤੋਂ
Adding Buttons
Addition of Two Numbers App in JavaScript - JavaScript Interactive Applic
…
YouTube
ChidresTechTutorials
2:39
00:10 ਤੋਂ
Creating Two Arrays
What happens when you try to add two arrays together in JavaScript?
YouTube
Andrew Hoffman
8:54
0:00 ਤੋਂ
Introduction to Two
JavaScript for Beginners #29 - Two Dimensional Arrays Part 1
YouTube
Alvin The Programmer
6:36
00:20 ਤੋਂ
Adding Two Numbers in JavaScript
#2 JavaScript Program To Add To Numbers | JavaScript Tutorial
YouTube
ScoreShala
9:38
08:00 ਤੋਂ
Adding Data Types and Rows
Learn 2D ARRAYS in 9 minutes! ⬜
YouTube
Bro Code
8:06
02:16 ਤੋਂ
Adding and Removing Elements
Learn JavaScript ARRAYS in 8 minutes! 🗃
YouTube
Bro Code
1:57
How to Create a Two-Dimensional Array from an Object in JavaScript
4 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
0:26
How to Create a 2D Array in JavaScript | Quick Tip #javascript #shortsfeed
36 ਦ੍ਰਿਸ਼
3 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
Geek4Tutorial
8:54
JavaScript for Beginners #29 - Two Dimensional Arrays Part 1
7.9K ਦ੍ਰਿਸ਼
4 ਜੂਨ 2020
YouTube
Alvin The Programmer
1:47
How to Combine Two Arrays into One 2D Array in JavaScript
3 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
2:02
Finding the Largest Number in Each Sub-Array of a 2D Array with JavaScr
…
1 ਮਹੀਨਾ ਪਹਿਲਾਂ
YouTube
vlogize
1:49
How to Access and Display Elements in a 2D Array in JavaScript
1 ਦ੍ਰਿਸ਼
4 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
6:36
#2 JavaScript Program To Add To Numbers | JavaScript Tutorial
84K ਦ੍ਰਿਸ਼
25 ਸਤੰ 2020
YouTube
ScoreShala
9:38
Learn 2D ARRAYS in 9 minutes! ⬜
6.7K ਦ੍ਰਿਸ਼
8 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
Bro Code
8:06
Learn JavaScript ARRAYS in 8 minutes! 🗃
71.9K ਦ੍ਰਿਸ਼
5 ਨਵੰ 2023
YouTube
Bro Code
2:29
How to Create an Array of Objects from Two Arrays in JavaScript
3 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
2:23
How to Add Data from an Array of Objects to Another Array in JavaScript
3 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
2:09
How to Dynamically Build Objects in JavaScript from Two Arrays
3 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
2:15
How to Move an Element in a 2D Array with JavaScript
1 ਦ੍ਰਿਸ਼
5 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
1:49
How to Split an Array into Two Based on a Condition in JavaScript
3 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
49:34
Arrays Explained: 1D vs 2D Arrays | Types of Arrays for Beginners
681 ਦ੍ਰਿਸ਼
4 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
GeeksforGeeks
1:44
How to Successfully Add Elements to an Array of Objects in JavaScript
4 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
10:20
Introduction to Two-Dimensional (2D) Arrays
762.8K ਦ੍ਰਿਸ਼
9 ਮਾਰਚ 2019
YouTube
Neso Academy
32:20
Java 2D Array Explained | Beginner to Advanced with Examples | COMPUHE
…
106 ਦ੍ਰਿਸ਼
5 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
COMPUHELP
19:53
2D Arrays | Java Complete Placement Course | Lecture 11
1.4M ਦ੍ਰਿਸ਼
30 ਸਤੰ 2021
YouTube
Apna College
5:10
Two-Dimensional Arrays in Java (Exercise 1)
57.4K ਦ੍ਰਿਸ਼
5 ਮਈ 2020
YouTube
Neso Academy
14:57
2D Arrays in Java
7 ਜੂਨ 2021
YouTube
Simply Coding
37:31
2D Arrays in C++ | Part 1 | DSA Series by Shradha Ma'am
139.1K ਦ੍ਰਿਸ਼
9 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
Apna College
2:07
How to Combine a One-Dimensional Array with a Two-Dimensional Array i
…
3 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
8:06
Java 2D arrays 🚚
221.5K ਦ੍ਰਿਸ਼
19 ਅਕਤੂ 2020
YouTube
Bro Code
19:02
Addition of Two Numbers App in JavaScript - JavaScript Interactive A
…
23.5K ਦ੍ਰਿਸ਼
28 ਅਪ੍ਰੈ 2022
YouTube
ChidresTechTutorials
5:14
Finding the Sum of Rows and Columns in a Two-Dimensional Array (Java)
117.2K ਦ੍ਰਿਸ਼
3 ਜੁਲਾ 2015
YouTube
Such Code
1:50
How to Merge Two Arrays into One in JavaScript
3 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
1:30
How to Access Array Elements with Two Variables in JavaScript
3 weeks ago
YouTube
vlogize
1:48
How to Create a 2D Array in Java with Scanner Input
6 ਦ੍ਰਿਸ਼
5 ਮਹੀਨੇ ਪਹਿਲਾਂ
YouTube
vlogize
ਹੋਰ ਵਿਡੀਓ ਦਿਖਾਉ
ਇਸ ਵਰਗੇ ਹੋਰ
ਪ੍ਰਤੀਕਿਰਿਆ