JavaScript Tutorial #5 – Control Flow: Loops




This is a JavaScript Tutorial covering how we can repeat blocks of code using both For loops and While loops. There is another new way to use the For loop but we will look at that in a later tutorial! All Links and Slides will be in the description. Subscribe for more cool stuff!

Slides & files – https://www.mediafire.com/folder/xt2iy1fbt024v/Tutorial_5_Control_Flow_Loops

Steam Group: http://steamcommunity.com/groups/DrapsTV

Twitter: https://twitter.com/DrapsTV

Facebook: https://www.facebook.com/DrapsTV/

If you like what you see be sure to subscribe and thumbs up!

Original source


7 responses to “JavaScript Tutorial #5 – Control Flow: Loops”

  1. I know that this is another video but I have a question about python:
    You taught us how to read and write files with python. I want to ask how do you do to write an existing file without "reseting" it. Because when you use "with open("namefile.txt", "w") as f:" and then "f.write("things")" it will delete every thing that was on that file and write the new information. I want to continue writing on the next line. How do I do that?

Leave a Reply