Introduction - JavaScript Programming Basics p.1

preview_player
Показать описание
Hello and welcome to a JavaScript basics tutorial series. In this series I am not gonna just do a bunch of toy examples to explain concept after concept, since you'll probably just forget most of them anyway and have to re-look it up again. Instead, we're going to just work towards the completion of a project, in this case, that will be a sort of javascript game in the browser.

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

Just when I am learning javascript, we get this
Can't appreciate it more
Thanks a lot

adityapasari
Автор

Just when I was searching for 'Javascript tutorials' this popped up. God Bless sentdex.

manoharreddy
Автор

Dang, Exactly what I needed when I needed. Thanks sentdex! I've been a python programer for over 7 years and finally trying to learn about JS for wechat apps.

Azariven
Автор

05:36
Quick correction: Parameter is what you have in the function declaration, arguments is what the client pass to the function.
foo(int x) { ... } -> Parameter x
foo(5) -> Argument 5

rothbardfreedom
Автор

13:57 So guys if part 2 JS don't come up, we know what happened...

elhamaryanpur
Автор

I cant believe you are cheating on Python! Hehe.

perrymitchell
Автор

Best tutorial ever, I agree with you, people will forget 50% of what they learned in regular tutorials

abdulazizkodirov
Автор

It's like you're in my head. I just downloaded a game called Screeps a few minutes ago to help me get into learning JavaScript and then I get this notification. Thank you so much for your videos!

RyanGrissett
Автор

Javascript works perfectly without semicolons because js engine puts them without you but the re are few cases where you actually need to use them. One of the scenarios is when your next line is starting from bracket or curly bracket and if you will forget to put a semicolon browser will decide that this is the continue of the previous line of code and you will have an unexpected behavior from your program.

sirynka
Автор

I just went through your tkinter tutorial, and now I was getting into javascript and you blessed me with a javascript tutorial!

ZeePintor
Автор

I hope python doesn't find out lol

jaiswalsanskar
Автор

Woke up, was brushing when the notification popped up, hooked. Best JavaScript Tutorial.

TheDistractionStudio
Автор

I can't believe you've done this.

YuKirai
Автор

From Kenya....Thanks so much for the good work and sharing a lot of knowledge with us...Learnt so much from you machine Learning series and actually used it for my project...Asante sana--Swahili word for thank you

calebmbuguakaranja
Автор

Best explanation of let and const I have seen.

Anbualex
Автор

Yay!! Second favorite language after python!! Thnx for starting Js tutorials!!!Ready and HYPED to learn

anandpawara
Автор

Thanks a gazillion times. This series gonna be a hit.

wolfisraging
Автор

Wow this is simply great! I was just given a project on web development and was looking for tutorials and here I found one in my subscriptions!

PJMCFC
Автор

I was on this channel when it had around 23k followers. I really owe a lot to Sentdex channel. I have learnt so much over the years and now my wife is learning as well. Good bless you sir! Long live Sentdex

archit
Автор

I was searching for JS-from-the-start tutorials.. sentdex doing them is a dream come true :)

nano