Skip to content

Commit

Permalink
video tutorials added
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jun 20, 2020
1 parent a71be34 commit f231757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_Day/06_day_loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

## Loops

Most of the activities we do in life are full of repetitions. Imagine if I ask you to print out from 0 to 100 using console.log(). To implement this simple task it may take you 2 to 5 minutes, such kind of tedious and repetitive task can be carried out using loop.
Most of the activities we do in life are full of repetitions. Imagine if I ask you to print out from 0 to 100 using console.log(). To implement this simple task it may take you 2 to 5 minutes, such kind of tedious and repetitive task can be carried out using loop. If you prefer watching the videos, you can checkout the [video tutorials](https://www.youtube.com/channel/UCM4xOopkYiPwJqyKsSqL9mw)

In programming languages to carry out repetitive task we use different kinds of loops. The following examples are the commonly used loops in JavaScript and other programming languages.

Expand Down

0 comments on commit f231757

Please sign in to comment.