LogicalDami Profile Banner
Dami 👨🏽‍💻 Profile
Dami 👨🏽‍💻

@LogicalDami

Followers
121
Following
2K
Media
326
Statuses
1K

💼 Mobile App Developer                                                        🚧 Building: @StackTribe

127.0.0.1:5500
Joined February 2019
Don't wanna be here? Send us removal request.
@LogicalDami
Dami 👨🏽‍💻
6 months
2025! 🎊 .To Greater Heights! ✈️ . #Blessed #LasuConnect #RadissonBlu #Hangout
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
0
2
@LogicalDami
Dami 👨🏽‍💻
11 days
Infact, there is over 50 hours of video left in this course. However, the instructor understands that this is way too much for some people. That was why he created this section to help plan our unique journey through this course, so that the students taking the course can . .
1
0
2
@LogicalDami
Dami 👨🏽‍💻
11 days
Introduction. The instructor congratulated me on finishing the introductory sections of JavaScript. So I have mastered the absolute fundamentals, but there is still a lot of content ahead.
1
0
1
@LogicalDami
Dami 👨🏽‍💻
11 days
LEARNING JAVASCRIPT. SECTION 4 – How to Navigate This Course. COURSE: The Complete JavaScript Course 2025: From Zero to Expert! by Jonas Schmedtmann. DOCUMENTED BY: @LogicalDami. DATE PUBLISHED: Thursday 3, July 2025.
Tweet media one
1
0
2
@LogicalDami
Dami 👨🏽‍💻
15 days
Coding Challenge #4. Let's improve Steven's tip calculator even more, this time using loops!. Your tasks:.
1
0
2
@LogicalDami
Dami 👨🏽‍💻
15 days
Introduction. Based on our previous lectures on Loops, the instructor prepared the fourth coding challenge in this section 4, to solidify our knowledge on Loops.
1
0
1
@LogicalDami
Dami 👨🏽‍💻
15 days
LEARNING JAVASCRIPT. SECTION 3.23 - 3.24 – Coding Challenge #4. COURSE: The Complete JavaScript Course 2025: From Zero to Expert! by Jonas Schmedtmann. DOCUMENTED BY: @LogicalDami. DATE PUBLISHED: Sunday 29, June 2025.
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
0
2
@LogicalDami
Dami 👨🏽‍💻
17 days
To understand how the while loop works and the difference between the for and the while loop, let’s actually go back to our first for loop example to get back the code of our weight lifting exercise.
1
0
2
@LogicalDami
Dami 👨🏽‍💻
17 days
Introduction. In the previous lectures, we learned all about the for loop and even created a loop inside a loop, but there is another type of loop in JavaScript and that is the while loop. So let’s explore that one now.
1
0
1
@LogicalDami
Dami 👨🏽‍💻
17 days
LEARNING JAVASCRIPT. SECTION 3.22 – The while Loop. COURSE: The Complete JavaScript Course 2025: From Zero to Expert! by Jonas Schmedtmann. DOCUMENTED BY: @LogicalDami. DATE PUBLISHED: Friday 27, June 2025.
Tweet media one
1
0
3
@LogicalDami
Dami 👨🏽‍💻
17 days
Looping an Array Backwards. Let's get back our damiArray and then loop over it backwards;. Essentially in the last lecture, we looped from the beginning, so we started with index zero. But now, we want to start from our last element.
1
0
1
@LogicalDami
Dami 👨🏽‍💻
17 days
Introduction. In this lecture, we will be doing two interesting thing; .1. We will loop over an array backwards,.2. We will create a loop inside another loop. So, let's have some more fun with arrays now.
1
0
1
@LogicalDami
Dami 👨🏽‍💻
17 days
LEARNING JAVASCRIPT. SECTION 3.21 – Looping Backwards and Loops in Loops. COURSE: The Complete JavaScript Course 2025: From Zero to Expert! by Jonas Schmedtmann. DOCUMENTED BY: @LogicalDami. DATE PUBLISHED: Thursday 26, June 2025.
Tweet media one
1
0
3
@LogicalDami
Dami 👨🏽‍💻
18 days
Now, we can use a for loop to loop through the array above. Let's say that we want to individually log every element of the array to the console. Check this out;.
1
0
1
@LogicalDami
Dami 👨🏽‍💻
18 days
So let's get back the typical array example we have been using before now, which is;. const damiArray = [. "Dami",. "Idowu",. 2025 - 1994,. "Programmer",. ["Batin", "Marv", "Femi"],.];.
1
0
1
@LogicalDami
Dami 👨🏽‍💻
18 days
Introduction. Let's now explore some more features of the for loop and also create a some what more useful example. And one of the most used applications of the for loop is to loop through arrays.
1
0
1