#25 How to use the JS For Loop | JavaScript Full Tutorial

  Рет қаралды 11,207

Dev Dreamer

Dev Dreamer

Күн бұрын

Пікірлер: 24
@AdityaYadav-eq5wu
@AdityaYadav-eq5wu 2 жыл бұрын
Bro, You are doing a great job, and I appreciate your efforts. I specifically search your channel for tutorials so, don't stop you will be great youtuber
@Herson_ricardo_alarcon
@Herson_ricardo_alarcon 10 ай бұрын
Best explanation I’ve seen so far!! Thanks so much. I still want to understand more about the initialiser but is becoming more clear.
@alisachavez1025
@alisachavez1025 2 жыл бұрын
Absolutely loving this course. You explain everything so well! this is one of the best explanations out there
@user-cm4pz2om7e
@user-cm4pz2om7e 3 жыл бұрын
your chancel is god send! thanks for everything u do. I'm following colt's JS course and loop was confusing the hell out out of me but u explained it way much better in my opinion.
@DevDreamer
@DevDreamer 3 жыл бұрын
Thank you so much! Appreciate the love and support! 🙂👍
@alive6293
@alive6293 2 ай бұрын
Thank you for making it so simple...
@freguenshoodjean5841
@freguenshoodjean5841 Жыл бұрын
Where does this -1 came from plz ??
@kaijyuu_ka-ju48
@kaijyuu_ka-ju48 10 ай бұрын
Very helpful, thank you
@windowsuser2162
@windowsuser2162 3 ай бұрын
You are amazing
@cauenathanmiguelcastro2463
@cauenathanmiguelcastro2463 3 жыл бұрын
Great job! 🧐
@DevDreamer
@DevDreamer 3 жыл бұрын
Thank you 🙂👍
@Robin_biju
@Robin_biju 2 жыл бұрын
const colours = ["red", "Orange", "Blue", "Pink", "black"] for (let i = 0; i < colours.length; i++) { console.log(`${colours[i]} is my fav colour`); } //Output:- // red is my fav colour // Orange is my fav colour // Blue is my fav colour // Pink is my fav colour // black is my fav colour
@adomicarts
@adomicarts 3 жыл бұрын
thanks!
@callmeatk3604
@callmeatk3604 2 жыл бұрын
Please reply me i don't understand this ${characters[i]}
@tim6247
@tim6247 2 жыл бұрын
Can I turn the following into Ternary Operator? If so how? if (i === character.length - 1) { info += `and ${characters[i]}, `; } else { info += `${characters[i]}, `; }
@Mahek7704
@Mahek7704 3 жыл бұрын
👍
@dilip8496
@dilip8496 3 жыл бұрын
Hi Dev dreamer please upload full we development project as you done in a css project plzzz Dev dreamer upload video
@SourSnail70
@SourSnail70 Ай бұрын
pls come back to youtube
@niloo2452
@niloo2452 2 жыл бұрын
( length - 1 ) how dose it work ? i didn't get this part
@ultronsam1214
@ultronsam1214 2 жыл бұрын
If I'm correct; here is my understanding of it. You know, since the array is four based on the number of items stored in CHARACTERS. Meaning, characters.length = 4 since that's the length of the array if we are to check it. Hence, character.length - 1 = 3, just like saying 4 - 1 = 3. Hope you understand.
@ultronsam1214
@ultronsam1214 2 жыл бұрын
Also, I guess what he meant in that if statement is that; if i = 3 OR i === characters.length - 1 also know as I === 4 - 1 which is = 3. We should loops around that or iterate(i++), iterate or gives us Sonic, Tails and Mario then append them to info += ` and ${characters[i], in this place. characters [i] which is equal to 3 based on characters.length -1 (or 4-1) is Luigi. That's how I guess he did. Not sure tho. I hope he sees this or anybody and correct if I'm wrong. Thanks!
@Queldorei
@Queldorei Жыл бұрын
The answer you're looking for lies in the index start value. First value of every array index is defined as 0(zero), so an array of four values would be indexed as 0, 1, 2, 3. Example; let names = ['Mike', 'Brad', 'John', 'Stupid Trump']; Total length of this array would be 4 as there are 4 values(names) in it but as every array index start from 0, Mike would be indexed as 0 and Trump would be indexed as 3. So when you say ".length -1", you are basically saying it to stop when the index value comes to 3 (4-1 or 'array length -1) which is equal to the last value of the index (3) which is Trump in this example case. Hope this helps!
@ca-lt1fc
@ca-lt1fc 3 жыл бұрын
can anyone explain why all of a sudden the variable began with const instead of let that we have been using with mostly everything?
@ultronsam1214
@ultronsam1214 2 жыл бұрын
I guess he used const since we are not going to be reassigning or redeclaring the array or characters.
#26 While/do while loop | JavaScript Full Tutorial
12:43
Dev Dreamer
Рет қаралды 13 М.
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 36 МЛН
Who's spending her birthday with Harley Quinn on halloween?#Harley Quinn #joker
01:00
Harley Quinn with the Joker
Рет қаралды 16 МЛН
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 13 МЛН
#23 How to use the Switch Statement | JavaScript Full Tutorial
10:55
Learn JavaScript Loops in 10 Minutes
10:34
dcode
Рет қаралды 19 М.
JavaScript Loops Made Easy
10:52
codeSTACKr
Рет қаралды 172 М.
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
JavaScript Pro Tips - Code This, NOT That
12:37
Fireship
Рет қаралды 2,5 МЛН
5 Tips for Writing BETTER For Loops in JavaScript
16:15
James Q Quick
Рет қаралды 70 М.
#43 What is JS Destructuring? | JavaScript Full Tutorial
15:46
Dev Dreamer
Рет қаралды 9 М.
#12 JavaScript For Loop | JavaScript for Beginners Course
12:38
#16 How to use the JS Date object | JavaScript Full Tutorial
15:36
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 36 МЛН