Not an easy topic. After struggling with it and making it out on the other side, it seems clear to me that a lot of thought was put into making this tutorial. Thanks!
@honeypot11 Жыл бұрын
the BEST video on this topic imo
@DanielZotti3 жыл бұрын
Nice and clean explanation!
@jevforsberg47663 жыл бұрын
Fascinating and educational. Thanks for this!
@hansschenker3 жыл бұрын
finally understood Iterator! Thank's a lot for publishing!
@3Shivs4 ай бұрын
Thanks man, learned something new today
@dcode-software4 ай бұрын
Glad to hear it!
@ahora10265 жыл бұрын
I'm first? Wow. Even though I know about iterators it's nice to listen!
@bengbeng20052 жыл бұрын
waw, your way of explaining things is very impressive, you make things easier, thank you. (by the way, are you from Africa because your accent sounds like one)
@gauravsrivastav96483 жыл бұрын
Very good explanation mate
@rashidsun4 жыл бұрын
Perfect explanation of not easy issue!
@dcode-software4 жыл бұрын
Glad you liked it mate
@kyleg67904 жыл бұрын
Thanks for this. Can you explain what you mean when you say numbers[Symbol.iterator]() is the same as numbers["length"]()? Do you mean numbers[i]?
@kulkalkul4 жыл бұрын
Well, that means it is one of object properties, so you can access it as you access length.
@jaisah5103 жыл бұрын
Your keyboard made more noise then you😅 Btw nice explanation.
@dcode-software3 жыл бұрын
Lol thanks
@guidoglielmi79922 жыл бұрын
Is the iterator object a generator function?
@AleksandrStrizhevskiy2 жыл бұрын
I am getting an error: cannot read properties of undefined. I will just loop differently through the data structure but it is strange that in your video the system goes through the undefined value without a problem but I get an error.
@keepitplainsimple14664 жыл бұрын
You explained it really nice But I didn't get it completely 😅
@wagnerpedroo Жыл бұрын
foi simples sua explicação, mas uma pergunta que tenho é: como posso usar o iterador na prática
@tamikuru79362 жыл бұрын
I am SO confused about the last 2 minutes. Why is it "new numberList()[Symbol.iterator]()" and not "new numberList().[Symbol.iterator]()"? (
@SMBLtheGamer5 жыл бұрын
I thought iterators were just the regular "for loops, apparently JavaScript finally has a for each loop like function.
@mertarslan72692 жыл бұрын
best video
@jeanclaudecamara9505 Жыл бұрын
Nice❤
@Rebel8MAC3 жыл бұрын
"so, you might be quite impressed with how it works, but also a bit curious...".... No, I'm curious about WHY it exists. It seems like extra complexity and typing for going through a for loop? Why would I even use this???
@bidabida13992 жыл бұрын
iterator explains how loop like for-each iterate over data structures
@miggu Жыл бұрын
Seemingly it's like inventing the wheel, however ..... consider it as the foundation of how iterable data composites work in javascript, it's how things work, not what you must necessarily use. Create an array in the console, check the prototype of that array, now : arr.__proto__[Symbol.iterator]() , yes return a function from that function, and inspect it. It exists because it's how it was conceived to work , would you ever use it? I doubt it.
@sekemilo7 ай бұрын
Exactly my concern but @miggu has given a satisfying answer
@totfosk2 жыл бұрын
just WOW
@angelortega45 жыл бұрын
Hi, excuse me, do you have any video where they teach how to import a csv file and display the data in an html table? to then be stored in a database. In java. Greetings.
@OfficialOffsideBall4 жыл бұрын
use AJAX jquery
@isi10442 жыл бұрын
whats the point of an Iterators?
@mahamamjad17393 жыл бұрын
You said "ITERATOR" and I heard "CINDERALLA".
@pencilpopart4 жыл бұрын
I deem this video completely unhelpful, because after 10 minutes I still didn't understand a word of it.
@thejewelershand3 жыл бұрын
For me it was perfect
@Rebel8MAC3 жыл бұрын
It seems to be a pattern for almost all coders fall into; they try to teach code to beginners but they explain things as if the person watching already knows many of the concepts of code and even thinks like a coder. So a lot of the videos are missing context for beginners and we can't even start because we dont have the right software or file not pointing to the correct location but we don't even know it's wrong because they skipped over that part. It's frustrating but I'm sure it's unintentional but it's weird how it in happens almost exclusively in the field of coding.
@bengbeng20052 жыл бұрын
@@Rebel8MAC I found this tutorial the best one that explains iterator, his way of teaching is very good, and yes most tutorials on youtube assume you have some programming background, but you can find books that go from scratch
@mauricioperez3645 Жыл бұрын
why all code courses have this annoying keyboard click always so loud, it's a big distraction.
@itsnobledean9450 Жыл бұрын
To me, he's just all over the place with his explanations. This is not the video for me. I was confused up until I left.