For Loops - JavaScript Programming Basics p.6

preview_player
Показать описание
In this tutorial with JavaScript, we'll be covering the for loop and the forEach loop.

Рекомендации по теме
Комментарии
Автор

Sentdex, waiting for this to be finished. It's awesome that you link everything back to python, it's helpful for us Python devs. THANK YOU SO MUCH

ronn_zw
Автор

You blow my brain about the explanation ofJavascript.
Because you are a incredible Python developer.
Thanks to share you knowledge with everybody around the world.

jayhu
Автор

I am still watching because, like me, you're a python programmer introducing JS from that standpoint. Good work, keep them coming please.

treelight
Автор

Sentdex, never stop my man. Your helping more than you probably know. This type of stuff is life changing for me

Not JS in particular lol. But all programming tuts have been excellent.

meganoob
Автор

this is amazing please continue the series

pawansuryavanshi
Автор

This is a great tutorial, but a little quick to follow along with the speed, please continue this series, am enjoying it very much :)

mrghostlyorb
Автор

Great videos - Please, please, please can you continue this JavaScript series, its just at the right level for me.

RaspberryPieman
Автор

Awesome! great tuts, please keep going. Also, there was a missing oportunity to show how to create arrays like python list, using [ ], which is the fastes way. Also if you store setInterval() as a variable you can clean the screen using cleanInterval() which I think is faster, so no lag in the animation

pippo
Автор

a little tip
You could use ~~ instead of Math.floor
Math.floor(0.5) == 0
~~0.5 == 0

sirynka
Автор

I like that you also created a blob version in Python, Pygame tuts iirc. It is helpfull to see how a JS implementation differs.

brambeer
Автор

Thank you for these tutorials. Could you do a video on objects and prototypes, please? Much appreciated!

rask
Автор

Btw as you are from a python background, you can also "not use semicolons" at the end and it still works. Just figured out like 2 days back

usmanabdurehman
Автор

Can we also have a series of JS framework, Jquery or React or any🙏

bryancann
Автор

That was really helpful thanks . Can you cover functional programming in another vid ?

motezelissa
Автор

Getting user inputs ~~~ Would looove to see that!

williamzheng
Автор

It wold be nice to see some user input for example change the number of blobs based on the value of an input tag or something :D

rradarr
Автор

nice explanation i want to change the same code to change it and apply on cryptography techniques random techniques key to hide the content of your key and algorithm. i have a request to make some videos about cryptography public key generation master secret key and secret key that we are use for the encryption and decryption how we generate secret message and how we encrypt secret message with key that give us guaranty these secret message will be always secret for example using Linear secret sharing scheme.

Alikhan-eebs
Автор

hey harrison i have a request plz make some more projects on deep learning

pythonocean
Автор

Suggestion: make it so that whenever one circle hits another they should bounce away.

abdulazizkodirov
Автор

Why do you use i++ and not ++i? Is there no difference in JS because in c 'i++' also would create a temporary variable?

SandwichMitGurke
welcome to shbcf.ru