29: What are loops in JavaScript - Learn JavaScript front-end programming

preview_player
Показать описание
What are loops in JavaScript - Learn JavaScript front-end programming. In this video we will learn about all the different types of loops we have available in JavaScript.

--

mmtuts is a YouTube channel that focuses on teaching beginner and advanced courses in various multimedia related skills.
We plan to make tutorials available on programming, video production, animation, graphic design, and on software such as the Adobe Creative Cloud programs.

JavaScript for beginners is a how to series that teaches the JavaScript coding language to people who are just starting out learning programming. The course teaches how JavaScript scripting can be made easy and teaches how to build many features on websites through behavior using JavaScript. Creating behavior on websites with JavaScript is easy and should not be seen as otherwise, which is why we want to explain the language in a easy to understand way for beginners.

If you have suggestions on new courses, or specific lessons within existing courses you would like to see, then feel welcome to submit them in the comment section or in a private message. ALL suggestions will be seen, but not all will be replied to since we get quite a few every day.
Рекомендации по теме
Комментарии
Автор

once I finish watching all the gems of this channel, I will take a day to just open & like every video.

arijitroy
Автор

This is why i never stop coming back here. I always find solution. Thanks, God bless you.

JohnsonKongor
Автор

Best ever. No comparison. You make complicated seem so easy. My despair loop ended when I found you.

davemichael
Автор

Awesome video. Super clear and concise instructions without confusing terminology.Thanks Dani, keep up the good work!

jeff-creations
Автор

Thank you for these tutorials. I really appreciate it.

ericahmlambo
Автор

Very nice explanation, step by step! For beginners like me is just perfect!!! Thank you so much and please keep on this brilliant work!

yuliaa
Автор

Love your Tutorials, I've been using computers scince 1984 (Sinclair ZX81). Started these (HTML, CSS, PHP and Javascript so far) to update my skillset. Already very familiar with things like BASIC and COBOL (the latin's of the computer world lol). Most recent thing I've done is a small amout of C and Lua. Anyway so I'm familiar with the termanology as they are mostly the same, just the specific syntax to each language that is different.

@5:18 you say that = text; destroys whatever is already displayed in that element and while that is true, it's not the reason you need to need to write text += (or text = text +), by writing text=i the contents of text is being replaced with i on each itteration of the loop, so you've not even exited the loop and got to the = text; yet.

Anyway keep up the great tutorials, I've been a Patreon scince the beginning of February.

DarkusChiFPS
Автор

Just awesome. I was searching for JS tutorial like this one for long since. Thank man mmtuts. Best of luck. From Dhaka.

mohammadsayed
Автор

These tutorials are some of the best around, keep it up :D

fil_
Автор

Great video Dani!!

Anyone here knows why we need to add that ';' before a parameter of 'i < names.lenght'? Wouldn't it work the same w/o it.

mikodizon
Автор

thanks soooo much! And merry christmass!

s.kh.
Автор

i like the way you teach :)
im subscribed now

happyrebel
Автор

Am floating, but I know I'll get the hang of it soon if I keep practicing :-). Am determined to learn JavaScript no matter how long it takes.

kenkioqqo
Автор

Danni: what is a good, free PHP editor one can use?

GotchaplumberGotchahvac
Автор

I have a question about array in the last example. I see the while loop there

while (x < names.length) {
text += names[x] + “<br>”;
x++;
}
When you do x < names.length why don’t you do <= names.length?

My thinking is < names.length won’t produce the full array but LESS THAN the length of the array, so it would stop at Sarah. Does that make sense?

OnyxCurrent
Автор

how to add number in front of the names vertical? like 1. Daniel 2. John

xubination
Автор

I did not understand how in the for in loop x increases to get all the properties of the object

Aimopotis
join shbcf.ru