PokeVideoPlayer v23.9-app.js-020924_
0143ab93_videojs8_1563605_YT_2d24ba15 licensed under gpl3-or-later
Views : 305
Genre: Education
License: Standard YouTube License
Uploaded At Aug 10, 2023 ^^
warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 5 (0/18 LTDR)
100.00% of the users lieked the video!!
0.00% of the users dislieked the video!!
User score: 100.00- Masterpiece Video
RYD date created : 2023-10-23T21:39:28.675643Z
See in json
@AngryHmong
1 year ago
I still remember learning JavaScript on my own and struggling with understanding the concept of a for loop.
I was approaching the concept of a for loop from a top-down overview when I should've just broken down what makes a for loop a for loop in these three simple "How" questions:
1) How does it start? (int i = 0)
2) How does it change? (i > "some integer value")
3) How does it iterate? (i++ or i--)
Breaking big problems into smaller parts :)
2 |