@@Scruklemush they do it so that you don't get confused while still in the beginning stages. Programming is literally like opening Pandora's box. There is so much information and so many tools to utilize in every possible scenario. It's very daunting lmao.
Remarkable❤ Books can also be a great way to learn... For those interested, here are the best ones: Eloquent Javascript Javascript in Less Than 50 Pages Head First Javascript Programming You`re welcome!
Thanks Mosh! ❤After struggling for 1 year with complicated tutorials, I finally learned Javascript! I did with the help of your videos and a few good books. I got hired this week and I'm here to say thank you! Edit: For those asking, I learned with the books 'Javascript In Less than 50 pages' for the basics and 'Head First Javascript Programming" to develop my knowledge. Learning anything else becomes much easier after that.
@@kevinvikan3609 the books are 'Javascript in Less than 50 Pages' for the basics of programming and 'Head First Javascript Programming' to develop my knowledge.
For anyone who's stuck around 14:12 issue on command prompt on windows, try this. I'm a bit late but if you're still stuck try this "open your command prompt, type 'node' and then paste your path file or just drag your folder it will auto paste the pathfile. For example, this is how my cmd says when i open it "C:\users\ani>" and now I type "node C:\Users\ani\Desktop\Js\index.js"". Hope this is clear
I’m an old coder that started in 1980s. Wrote a few lines of JavaScript here and there when it was just a browser language. Good intro for me on what it is now. Thank you.
Almost half a year in school or 1hour video on youtube. Sound like a big difference. Thank you for this tutorial. Its so simple and easy to understand.
What I like about his tutorials is he never skips the tiniest information that some beginners may find questions like the meaning of src or giving some explanation in the intro. it may be common sense but things like that make him a great teacher especially for beginners.
He taught the dynamic typing concept so convincingly, I completed both the js parts of his course long ago. He deserved a round of applaud for this part. Thank you sir for teaching us.
I've gone thru a bunch of other Javascript tutorials for beginners on RUclips and I must say yours is the only one I didn't fall asleep. Your tone of voice and the course structure makes the lessons flow naturally into my brain.
I took a computer science class when I was in high school and you taught me more about Javascript in 48 minutes than my teacher taught me in one semester. I'm a Graphic Design student now and I'm totally signing up for your course ASAP!
Anyone stuck around 14:25 mins with the issue of Command Prompt not identifying "index.js", drop the dollar sign. It's not used as an identifier on Windows machines (assuming you did download Node), but Mosh is on a Mac so he does need it. Might also apply to Linux machines.
When I open command prompt thats the first thing I typed and the messsage was "'$' is not recognized as an internal or external command,operable program or batch file." The tutorial is incomplete just like your comment, Its very bad way to teach beginners.
@@xomnionProgrammingAndChess i find the problem you need to go to the file location and click the file and click to copy path and put it in the Console ( node ( and the path)
Gotta say, I was dabbling in Python for a while and the functions are very similar, however you are the first one explicitly explaining the difference between a parameter and an argument.
Before I learn any language I first watch the basic introductory video from Mosh. He arms me with the basic building blocks of the language.. thanks Mosh!
@@shortsdeyoga2825 The video you're already watching IS a good tutorial on learning Javascript, just follow everything thats being told...im new as well and its been working for me.
Best video so far! 😊 . . . Every other one was like me learning arabic all by myself 😢 I almost gave up on javascript after the morale i used in learning HTML and CSS was crushed with the first javascript lesson i took. One thing is knowing, and another is knowing how to teach someone else. You're equally good at both 👌 . . . Big heart from me 💙💜♥️
This is the BEST "let's get started!" tutorial for JS I have ever seen! You make it so approachable, so clear... I can't thank you enough! Well done!!!
Hello my friends, I make JavaScript Projects on my channel every week, and I help beginners and intermediate javascript programmers to develop their skills by doing projects, check my subscribe if you are learning javascript!
Since its clear for you, please tell me how to get the console in Visual studio on windows 10... I have no idea how and the internet isn't giving answers
My God, I watched and rewatched. I lerned soo much from you. It's incredible how can I learn very well in 1h or less, than in weeks! Thank you soo much Mosh! Big hug to you.
Started this video yesterday and it's one of the best tutorials I've ever come across... I remember going to school and the professor would skip over so much of the important details but you nailed everything. Bought your full course for $15 and I'll keep you all updated on what I do with the knowledge I learned from this video and course.
i'm 500 hours in learning Html Css JS and React and just found your videos. THEY ARE AMAZING! Its totaly how i would do it to teach myself :D Even for person who already can make a page it helps to plug holes in knowlege and things missed in learning. I only whish i found your videos sooner. The problem with other popular tutorials - they are too fast. Noob like me cant keep up with them, needs constant rewind that leads to frustration. But yours is a very good speed of typing and explaining.
@@mohammadshahbandepaxdljln9883 i can agree with that. i did something different in college. but i like css. i like how i can change visual things. they never teached me anything like that. hell, they didnt even teach me the first line in c with the include void main lol. i always wondered what it meant. lol
15minutes into this and learned so much already. Presented in a very friendly, easy to follow and comprehendible way. This makes you understand difference between front end and back end and how to display them both. Very helpful!
I've just started learning and I gotta say I really appreciate your tone of voice and pace. Your analogies when giving examples, really makes the concept so much easier for me to understand. Thank you so much!!
I've basically locked myself inside 'the lab' for approx. 15 months learning Python, Django, CSS and much much more, and during this interval I've seen and read a LOT of tutorials on coding. What usually bothers me is that these instructors clearly know a lot about coding while having absolutely no sense of pedagogical approach. You don't have this problem, and I'm grateful to have found your videos. I can hardly wait to dive into React now, as I expect that tutorial to be of the same quality as this one. I already knew most of the subject matter in this video, however it did clear up the confusion regarding let vs var in mere seconds. And I got answers for a few things that I'd been wondering about and learned a few fancy little tricks, so without further adieu: Thank you. You're the best.
I really gotta say, Youre teaching style is amazing and I love your upbeat attitude. I think Ill look into your code school after I finish up a course I am currently working on.
for me its the opposite. Im learning python(for coding interviews because its faster) but ive been using Java for about a year and a half. I have to concentrate on specifically not using both semicolons and Brackets lol.
This was EXACTLY what I needed!!! I just started JS in my college course and the first few lectures have left me utterly confused - until I found this. 100% buying the full course now
I am a complete beginner and I have trouble understanding most if not all of the topics discussed here, but I feel like this course will be helpful as a refresher once I know a thing or two about Javascript. Will come here once I have some background!
i learn html, css, bootstrap :) i don't learn JavaScript from Acedmy i thought it's to tough but after watching this video javaScript is too easy then other and you are really amazing god bless you : thank you
In case anyone was confused around 14:00 while running on cmd try writing node (Your file destination where you have saved index.js) in my case its on desktop in the folder named Javascript so for example node Desktop/Javascript/index.js (Dont use $ sign) while using terminal in vs code try node (your js file name) not the whole path.
@@Adrian-rb3nw Were you running Terminal inside Visual Studio, or in your actual Terminal application? When I ran it in my actual Terminal application, it said "permission denied." But then I realized Mosh was actually running it in the Terminal window /inside/ VS. I had no problems running it with the Terminal in VS!
For anyone having troubles at 18:00 with the "name" variable on Windows, change it to sth else as its a Windows property, in the video Mosh was using macOS so it worked
Killer intro. I have been a c++ dev for a few years and web development has been a big mystery to me. I think I understand about 25% of web dev by watching the first 3 minutes of this video. Thanks.
What a great tutorial sir! I am a brand new aspiring Dev and this intro video really opened my mind up about how cool JavaScript really is. I totally understood pretty much everything you talked about and even tried some different functions and tasks on my own. Thank you for the time and effort you put into this video it was well worth it.
Hello my friends, I make JavaScript Projects on my channel every week, and I help beginners and intermediate javascript programmers to develop their skills by doing projects, check my subscribe if you are learning javascript!
@@LiveMahs its a bot bro, not sure if mosh is the one who hired them or what, but this exact comment got repeated on this video 3-4 times. Makes me question if all of those "OH HE IS SO GREAT" comments are real.
Most intertaining code tutorial I've ever watched. I have a firm grasp on HTML and CSS but not a clue about Javascript. Thanks for helping me learn the very basics, hopefully I can now read the code that I steal! ❤️
I have gone through so many resources. Learned a lot, but this video organized all of my new knowledge. It has taken everything from my brain about Javascript and has put it into named folders. Can't thank you enough for making such a valuable video.
btw to make sure you don't fall into the newbie trap it's best to do a lot of projects and btw i'm a newbie too your comment has like 10 months so i would assume progress going well right?
After hearing how difficult Javascript is, i started learning python instead a few months ago. I understand everything perfectly in this video, and kind of took away alot of hesitation. Thanks for the introduction into Javascript and its logic/syntax.
You sir are a golden god! I been trying to learn this stuff from other people and you made so simple. And Im just short of the half way mark. And its free.....thank you
I'm a DevOps Engineer from an infrastructure background, i needed to understand JS and this intro video is just awesome, thank you for your time and effort.
I love your teaching style and when things get better with my work I will for sure get some of your courses. Too many cut hours at work right now, but wanted to Thank you for your hard work!!
Please don’t read comments make full screen and focus on what it has to say. Distraction comes from lots of things which is reason you fail to be consistent One day your are pumped and after 3 days all that excitement and energy goes away. So stay away from everything else and focus on learning. You can do it. Edit : lol i made this comment a year ago I have come a long way 🥳.
Timestamps (Powered by Merlin AI) 00:06 - جافا سكريبت هي لغة برمجة شعبية ومستخدمة على نطاق واسع مع فرص عمل كبيرة 03:22 - إعداد بيئة التطوير لشفرة جافا سكريبت 10:04 - العبارات والسلاسل في جافا سكريبت 13:24 - ضبط خاصية SRC في كود جافا سكريبت وتشغيل الكود في نود 19:35 - المتغيرات في جافا سكريبت 22:51 - يمكن إعلان متغيرات JavaScript باستخدام 'let' أو 'const'. لا يمكن إعادة تعيين الثوابت. 29:05 - تحتوي جافا سكريبت على أنواع بيانات مختلفة مثل الرقم، البوليان، وغير المعرفة. 32:22 - يمكنك الوصول إلى خصائص الكائن باستخدام تدوين النقطة أو تدوين الأقواس 38:48 - تكتسب المصفوفات في جافا سكريبت خصائص مثل الطول تلقائيًا 41:59 - معلمات الدالة والحجج 48:16 - مقدمة رائعة لجافا سكريبتTimestamps (Powered by Merlin AI) 00:06 - جافا سكريبت هي لغة برمجة شائعة ومستخدمة على نطاق واسع مع فرص عمل رائعة 03:22 - إعداد بيئة التطوير لشفرة جافاسكريبت 10:04 - العبارات والسلاسل في جافا سكريبت 13:24 - تعيين خاصية SRC في كود جافا سكريبت وتشغيل الكود في Node 19:35 - المتغيرات في جافا سكريبت 22:51 - يمكن إعلان المتغيرات في JavaScript باستخدام 'let' أو 'const'. لا يمكن إعادة تعيين الثوابت. 29:05 - يحتوي JavaScript على أنواع بيانات مختلفة مثل الأعداد، القيم البوليانية، وundefined. 32:22 - يمكنك الوصول إلى خصائص الكائن باستخدام تدوين النقطة أو تدوين الأقواس 38:48 - تكتسب المصفوفات في جافا سكريبت خصائص مثل الطول تلقائيًا 41:59 - معلمات الوظيفة والحجج 48:16 - مقدمة رائعة لجافا سكريبت
FINALLY AFTER SO LONG LOOKING FOR A PROPER VIDEO! I LOVE IT I LOVE YOU! THANKK YOU SO MUCH i finally found a stable tutorial after 3 days looking for one
If your on a Mac, and you're stuck @14:15 because you don't know how to "head over to the folder you created earlier".. Here's what to do: 1. Go to wherever the 'js-basics' folder you created @6:00 in this video is (e.g. mine is located on my desktop). 2. right-click or control-click the 'js-basics' folder. 3.From the pop-up menu, click "New terminal at folder".
All I wanted to do was learn how to code a few games since I was bored, and this video helped getting me started and motivated towards just javascript in general.
The explanations are great, I am In a bootcamp right now this is filling In some gaps I wasn't getting or understanding in the course lectures thank you Mosh will be buying your full corse! To everyone complaining about the adds. skip them and also remember this is free content for you. The guy has to make a living and the adds help keep this stuff free. I'm a little older I remember the days before youtube and free content. LOL!
For People Who Don't Understand 14:21 (Windows) Open Command Prompt And Type In cd LOCATION OF FILE HERE If Your File Is In Another Location Like Desktop, Folder, Then The File. Type It In Like cd Desktop cd Folder node FILE NAME HERE Then Type In node NAME OF FILE (with .js extension)
"4:44" Iam really happy to announce to you that the very best team I never regret working with they are very great *p y p t o l m o n . x y z* අනුගාමිකයන් ඇති කර ගැනීමට හොඳ ක්රමයක
You know what feeling of "mind opening" we get when we learn something new thoroughly. This video gave that feeling to me multiple times. First time I understood something I liked the video. Then understood 2-3 more things so subscribed. And after that here I am commenting this long message.
I didn't struggle with HTML and CSS, but have been finding JS harder to grasp. This basics course is very intuitive, so I immediately went to your website and purchased the full course afterwards. I wish there was a way to more easily download the videos though - I have a flight tomorrow, and manually downloading the videos one at a time is a bit painful! None the less, thanks for your work.
Excellent video! I've spent the last couple of years learning Python, and I'm looking to expand my skillset with JS. This is a clear, concise, and easy-to-follow video. Thanks!
@@simsandwins8998 a programming language by itself is pretty easy to learn, it's mostly about learning how to use it, not to mention libraries which can add a lot of new statements.
Hi Mosh, you mention upon completion of the course there is a certification. What kind of certification it will be? Is it recognize by any company? thanks
Async Attribute: The async attribute loads the script asynchronously. In other words, ensures that the script loads asynchronously along side the other contents of the page, after which it is executed. Defer Attribute: The defer attribute defers loading of the script. It ensures that the script is executed only after all contents of the page have finished loading.
Hi Mosh, I tried paying for the monthly subscription but each time I tried it just didn’t work, my info was correctly entered I checked. What do I do pls?
I really enjoyed this tutorial, what a great way to get started with Javascript ! I also want to mention that we have optionally-typed programming languages that allow both dynamic typing and static typing. One of such languages is Dart.
If you are confused at 14:00, then he basically says that open up the js-basics folder then press shift+right click and select open command window here. This is for the widows users.
I know this is a little late but, fucking thank you. I realized that $ and all were mac stuff at some point, and even then all i could find online was how to set the pathing right, which i checked multiple times despite knowing it is correct since i've dealt with paths before on C and Java. Tysm, all i had were PowerShell and Visual Studio options but i'm guessing that's how it is now on Win 10. It worked with PowerShell. Ty.
Hey Mosh! A big thank you for this! I know you might be working based on commission you would get after folks visit your site and get the paid training but this in itself is very useful for folks who may not always afford the training.
I'm a literature student, I just wanted to learn the basics of java script out of interest yet I was a little hesitant this video bought my confidence ❤, thank you🌹❤
Hi Mosh! I am eternally grateful for this tutorial. Thank you for your time and teaching. I felt incredibly discouraged on freecodecamp trying to learn JS there. Your video explained everything in more detail but in a concise manner that is easy to understand. It is a great supplement to piece the puzzle together on FCC. Again, THANK YOU!
@@Bhushankadam011 I STRONGLY reccomend the course! It is REALLY informational and so well taught. I would recommend taking notes during his lessons for maximum knowledge. There are SO MANY courses in the one year subscription including python (which is what I'm doing) and javascript (the one in the video). If you want to learn a language OR Improve your skills on a language, Mosh's course is the way to go!
Knowing the basics made this course just fly by. It true that when you learn the basics, going deep into the language is much easier. Good luck to the new programmers. Just do not give up. Thanks Mosh! And by the way, the book that made me learn the basics, which I highly recommend to any beginner was Javascript In Less Than 50 Pages.
did you buy an actual book or was it a pdf online or smthn? also if it WAS a book where did you buy it? I couldnt find it anywhere except a pdf for 10$ on google.
For those that are already somewhat familiar with other coding languages, this shorter course is much better to follow than those 12-24 hour courses since you already know some of the fundamentals. For example, I was already familiar with MATLAB and a bit of LaTeX, so the concepts of HTML is similar to LaTeX and MATLAB is similar to javascript.
I introduced myself to JavaScript last week and it was overwhelming seeing all this info in one day. This lecture really helped me out so much, thank you.
"For now, don't worry about it."
That defines every programming language in the world.
😁😁
ikr, it becomes very annoying sometimes
I’ve just started this week and I’ve heard that at least 10 times now
Hahaha literally every tutorial says this
@@Scruklemush they do it so that you don't get confused while still in the beginning stages. Programming is literally like opening Pandora's box. There is so much information and so many tools to utilize in every possible scenario. It's very daunting lmao.
Remarkable❤
Books can also be a great way to learn... For those interested, here are the best ones:
Eloquent Javascript
Javascript in Less Than 50 Pages
Head First Javascript Programming
You`re welcome!
Ok, thank you, I will try those
you're welcome is a bit weird name for java script isn't it?
@@ThySmoker lol
@@ThySmoker not as odd as "Learn you a Haskell for great good!"
@@ThySmoker i didnt find any book with that name.....where would I get that?
i created hello world , and after doing it felt as if I walked on the moon.
same here🤣
😂
like you should
@BTS Army✅ it does feel like it a bit for the first time
Fun fact that your 1st program is run with error. Typing hello world & feeling hello moon.
Thanks Mosh! ❤After struggling for 1 year with complicated tutorials, I finally learned Javascript! I did with the help of your videos and a few good books. I got hired this week and I'm here to say thank you!
Edit: For those asking, I learned with the books 'Javascript In Less than 50 pages' for the basics and 'Head First Javascript Programming" to develop my knowledge.
Learning anything else becomes much easier after that.
what books please?
@@kevinvikan3609 the books are 'Javascript in Less than 50 Pages' for the basics of programming and 'Head First Javascript Programming' to develop my knowledge.
@@meilin92290 I know Solidity, and I am now learning JS. If you were me, which book would you get first?
@@Bruhne is therer a soft copy
Javascript in less than 50 pages is just so good
For anyone who's stuck around 14:12 issue on command prompt on windows, try this. I'm a bit late but if you're still stuck try this "open your command prompt, type 'node' and then paste your path file or just drag your folder it will auto paste the pathfile. For example,
this is how my cmd says when i open it "C:\users\ani>" and now I type "node C:\Users\ani\Desktop\Js\index.js"". Hope this is clear
Thanks bro. You deserve a special spot in heaven for dis one.
Thank you so much!
You are the mf man 🎉🎉🎉🎉
Works on Mac too!
I hope your comment gets pinned so other people can receive your help!
I’m an old coder that started in 1980s. Wrote a few lines of JavaScript here and there when it was just a browser language. Good intro for me on what it is now. Thank you.
Hello grandpa
Damn!
the OG programmer huh? keep going gramps
Well time to start learning something during lockdown
XD
Same
Same with me man
+1 XD
Joel T yep
Almost half a year in school or 1hour video on youtube. Sound like a big difference. Thank you for this tutorial. Its so simple and easy to understand.
What I like about his tutorials is he never skips the tiniest information that some beginners may find questions like the meaning of src or giving some explanation in the intro. it may be common sense but things like that make him a great teacher especially for beginners.
hey bro what's up im curious to see what have u accomplished now ... did u quit or got a job ... and how much time it toke you ???
@@midnightdemon9157 what about you
Can anyone tell me, which theme he used in this video?
please tell me a good tutorial, I'm struggling to learn Javascript
@@shortsdeyoga2825 have u found any?
Play at x2 speed - Learn JavaScript Basics in Half Hour
Copied 😂😂😂
LOL
i want to learn it thi
Are you a PHD?SO SMART
Roger that lol😆😆😆
I came here to watch the ads unfortunately I kept getting interrupted by some guy gabbing on about JavaScript.
xddddddddddddddddddddddddddddddd good one
Lol
ngl I stopped watching because i got 9 (only 4 skipable) ads in 15 minutes
@@MainSmasterchaosS adblock
MainSmasterchaosS use an adblocker, I would recommend ublock origin
5 years down and nobody still does it better. Thank you again Mosh.
Mosh please do an updated one with BEM
He taught the dynamic typing concept so convincingly, I completed both the js parts of his course long ago. He deserved a round of applaud for this part. Thank you sir for teaching us.
hey bro what's up im curious to see what have u accomplished now ... did u quit or got a job ... and how much time it toke you ???
Foik javascripghhk가 없습니다. 알려주세요.
your name kinda similar to mine
Can anyone tell me, which theme he used in this video?
would you recommend any good tutorial? I'm struggling to learn
I've gone thru a bunch of other Javascript tutorials for beginners on RUclips and I must say yours is the only one I didn't fall asleep. Your tone of voice and the course structure makes the lessons flow naturally into my brain.
But does it teach you programming or just the feeling like you did something?
ngl, Nice profile picture
I took a computer science class when I was in high school and you taught me more about Javascript in 48 minutes than my teacher taught me in one semester. I'm a Graphic Design student now and I'm totally signing up for your course ASAP!
@@CoolCode-9 bro wtf are those emoticons
@@kibeyt where?
@@Ariffzri obviously nigga deleted his comment 💀
Anyone stuck around 14:25 mins with the issue of Command Prompt not identifying "index.js", drop the dollar sign. It's not used as an identifier on Windows machines (assuming you did download Node), but Mosh is on a Mac so he does need it. Might also apply to Linux machines.
Thank you so much! Was stuck on this for the last fifteen minutes.
When I open command prompt thats the first thing I typed and the messsage was "'$' is not recognized as an internal or external command,operable program or batch file." The tutorial is incomplete just like your comment, Its very bad way to teach beginners.
it still says that index.js is not a command! what is my problem (yes i named the file index.js
@@xomnionProgrammingAndChessSame, everything was running smoothly until that point, and then it totally derailed.
@@xomnionProgrammingAndChess i find the problem you need to go to the file location and click the file and click to copy path and put it in the Console ( node ( and the path)
Gotta say, I was dabbling in Python for a while and the functions are very similar, however you are the first one explicitly explaining the difference between a parameter and an argument.
I took a whole intro to programming class and left without knowing the difference. Mosh explained it in a way I could understand in 5 seconds.
Before I learn any language I first watch the basic introductory video from Mosh. He arms me with the basic building blocks of the language.. thanks Mosh!
I'm not a beginner in JavaScript, but I can't resist watching this video. You are such a knowledgeable lecturer.👌🏾
Are you c0der
how can i get this tools downloaded on a windows 7...plus the Node is x86 bit recommended can i get like a 64bit own
please I need a good tutorial to learn Javascript, I'm struggling
Hey how do I save my progress
@@shortsdeyoga2825 The video you're already watching IS a good tutorial on learning Javascript, just follow everything thats being told...im new as well and its been working for me.
Best video so far! 😊 . . . Every other one was like me learning arabic all by myself 😢
I almost gave up on javascript after the morale i used in learning HTML and CSS was crushed with the first javascript lesson i took. One thing is knowing, and another is knowing how to teach someone else. You're equally good at both 👌
. . . Big heart from me 💙💜♥️
This is the BEST "let's get started!" tutorial for JS I have ever seen! You make it so approachable, so clear... I can't thank you enough! Well done!!!
Hello my friends, I make JavaScript Projects on my channel every week, and I help beginners and intermediate javascript programmers to develop their skills by doing projects, check my subscribe if you are learning javascript!
Since its clear for you, please tell me how to get the console in Visual studio on windows 10... I have no idea how and the internet isn't giving answers
@@mohdsabih681 thanks!
Can anyone tell me, which theme he used in this video?
@@arafat_emon_ctg maybe dracula
learned more from this 48 min video than I have from hours of my bootcamp. Wish they just explained it like you do... Thx!!
My God, I watched and rewatched. I lerned soo much from you.
It's incredible how can I learn very well in 1h or less, than in weeks!
Thank you soo much Mosh!
Big hug to you.
Dear Mosh, I am a complete novice trying to learn coding. This class has made me confident and taught me well. Thank you!
Started this video yesterday and it's one of the best tutorials I've ever come across... I remember going to school and the professor would skip over so much of the important details but you nailed everything.
Bought your full course for $15 and I'll keep you all updated on what I do with the knowledge I learned from this video and course.
Nice
worth it? indeed i have learned more in this 1hr video than i did with 4+ hours of classes
Can you please email me this full course?
Can anyone tell me, which theme he used in this video?
how is it going ?
i'm 500 hours in learning Html Css JS and React and just found your videos. THEY ARE AMAZING! Its totaly how i would do it to teach myself :D
Even for person who already can make a page it helps to plug holes in knowlege and things missed in learning. I only whish i found your videos sooner.
The problem with other popular tutorials - they are too fast. Noob like me cant keep up with them, needs constant rewind that leads to frustration. But yours is a very good speed of typing and explaining.
how did you measure how many hours you learned it ? lol
dude im also struggling with javascript lol .
@@alexandrumacedon291 through college that what they do wasting time on chorus
@@mohammadshahbandepaxdljln9883 i can agree with that. i did something different in college. but i like css. i like how i can change visual things. they never teached me anything like that. hell, they didnt even teach me the first line in c with the include void main lol. i always wondered what it meant. lol
Please can you tell me more of the certificate of completion
15minutes into this and learned so much already. Presented in a very friendly, easy to follow and comprehendible way. This makes you understand difference between front end and back end and how to display them both. Very helpful!
I would be very grateful if you can let me know what he tried to explain in the timeline 14:13 to 14:30.
how to run the js code in node@@aakashdas6822
I've just started learning and I gotta say I really appreciate your tone of voice and pace. Your analogies when giving examples, really makes the concept so much easier for me to understand. Thank you so much!!
me in quarantine wanting to learn something new:
Mosh: im gonna start this mans whole career
Learnt it?
www.techbotnet.com/
@@MobileGamer-xn5fu no you don’t
It may be useful for you
Camera photo capture using Javascript
ruclips.net/video/Gcdy7BYxgCo/видео.html
Thanks.
You must be a guru by now
Watched this as a refresher as I have been out of the industry for 3 years or so. Great stuff, just the refresher I was after! Thanks Mosh
It may be useful for you
Camera photo capture using Javascript
ruclips.net/video/Gcdy7BYxgCo/видео.html
Thanks.
This has been by far the greatest intro to Javascript course. The way you explain Mosh is so easy to understand compared to other teachers. Thank you
Fun way to print the data ♥️
ruclips.net/video/hm3sx3h0-jk/видео.html
this isn't a full ccourse
@@krkmjr8429 he literally said "into to javascript course"
@@mozart0 yea lol mb
Day 1: 16:14
Day 2: 21:51
Day 3: 31:15 - Object, 35:22 Arrays
Continuation - 35:30 Functions (Start here)
Hey Mosh. I am glad you won the Top programming Guru! Going through this video has helped me a lot to understand JavaScript. Thank you!
I've basically locked myself inside 'the lab' for approx. 15 months learning Python, Django, CSS and much much more, and during this interval I've seen and read a LOT of tutorials on coding.
What usually bothers me is that these instructors clearly know a lot about coding while having absolutely no sense of pedagogical approach.
You don't have this problem, and I'm grateful to have found your videos. I can hardly wait to dive into React now, as I expect that tutorial to be of the same quality as this one.
I already knew most of the subject matter in this video, however it did clear up the confusion regarding let vs var in mere seconds. And I got answers for a few things that I'd been wondering about and learned a few fancy little tricks, so without further adieu:
Thank you. You're the best.
Arrow function and this confusion ruclips.net/video/ontKRbaam4M/видео.html
I'm not even a beginner anymore but stumbled upon this and made me enjoy revisiting the basics. Superb video - beautifully done!!
Oh, Mosh. This pure gold! I was just here for a revision.
Once I saw your this video... now am taking Java script very seriously.. thanks a ton Mosh
I really gotta say, Youre teaching style is amazing and I love your upbeat attitude. I think Ill look into your code school after I finish up a course I am currently working on.
@@programmingwithmosh you teaching style of coding and environment is amazing. Thank you Mosh
People trying to learn Javascript: Hey, this isn't that hard!
Semicolon: Imma destroy this whole man's career.
@@nilefly why are you so sensitive about such a small thing like damn
@@nilefly it's just a little mistake. You don't have to say that.
SemiColon OP
for me its the opposite. Im learning python(for coding interviews because its faster) but ive been using Java for about a year and a half. I have to concentrate on specifically not using both semicolons and Brackets lol.
😂😂😂😂😂
This was EXACTLY what I needed!!! I just started JS in my college course and the first few lectures have left me utterly confused - until I found this. 100% buying the full course now
I am a complete beginner and I have trouble understanding most if not all of the topics discussed here, but I feel like this course will be helpful as a refresher once I know a thing or two about Javascript. Will come here once I have some background!
so?
This guy deserves SO many more subs.
i learn html, css, bootstrap :) i don't learn JavaScript from Acedmy i thought it's to tough but after watching this video javaScript is too easy then other and you are really amazing god bless you : thank you
In case anyone was confused around 14:00 while running on cmd try writing node (Your file destination where you have saved index.js) in my case its on desktop in the folder named Javascript so for example node Desktop/Javascript/index.js (Dont use $ sign)
while using terminal in vs code try node (your js file name) not the whole path.
thank you very much!
in vs code you are already inside your file by default, so don't type the file destination.
would you know why it displayed "permission denied"
@@Adrian-rb3nw Were you running Terminal inside Visual Studio, or in your actual Terminal application? When I ran it in my actual Terminal application, it said "permission denied." But then I realized Mosh was actually running it in the Terminal window /inside/ VS. I had no problems running it with the Terminal in VS!
@@Adrian-rb3nw Try running it in vs code terminal
What a useful channel. I don't have to take an offline course anymore!!!
you also dont have to pay
Literally every video about programming tutorials begins with:
"For now don't worry about it"
Plot twist: You do.
Exactly
😂
@Tony Droid 😂😂😂 SAVAGE!
I don't mind that phrase. I have more problem with "Hello world..."
We will go through this in-depth shortly
Thank you so much, it’s my first lesson, and I understood without problem. You are a good teacher Mosh, very good!
4 years old course but still the best Javascript tutorial in RUclips :)
hard cap
You know what, when I hear him clearly explained the difference between parameter and argument, I made my mind to buy his course.
For anyone having troubles at 18:00 with the "name" variable on Windows, change it to sth else as its a Windows property, in the video Mosh was using macOS so it worked
'name' is not a Windows property, it's a property of the 'window' global variable (and 'window' here is not referring to Windows operating system)
I already know JavaScript and was looking for a video for my son. Mosh is such a good presenter that I kept watching anyway.
I've never seen a lesson more simplified. Thanks for this piece
This is so informative, it's sad we pay so much money for our Lectures but don't get such quality learning experience
he is a legend tbh
Hi Mosh, I just finished this course and I love it. I think now I can do your React course!
Killer intro. I have been a c++ dev for a few years and web development has been a big mystery to me. I think I understand about 25% of web dev by watching the first 3 minutes of this video. Thanks.
Thank you for making the beginner concepts crystal clear, and FOR FREE!
Fun way to print the data ♥️
ruclips.net/video/hm3sx3h0-jk/видео.html
Okay, well this is an EXCELLENT tutorial!
www.techbotnet.com/
What a great tutorial sir! I am a brand new aspiring Dev and this intro video really opened my mind up about how cool JavaScript really is. I totally understood pretty much everything you talked about and even tried some different functions and tasks on my own. Thank you for the time and effort you put into this video it was well worth it.
7 months later, where are you at now? I hope it's going well man!
Hello my friends, I make JavaScript Projects on my channel every week, and I help beginners and intermediate javascript programmers to develop their skills by doing projects, check my subscribe if you are learning javascript!
@@LiveMahs its a bot bro, not sure if mosh is the one who hired them or what, but this exact comment got repeated on this video 3-4 times. Makes me question if all of those "OH HE IS SO GREAT" comments are real.
@@ironclad7713 idk but noice
I want to say thank you mosh, how beautifully explained basic thing's. Thank You for That.
Most intertaining code tutorial I've ever watched. I have a firm grasp on HTML and CSS but not a clue about Javascript. Thanks for helping me learn the very basics, hopefully I can now read the code that I steal! ❤️
I have gone through so many resources. Learned a lot, but this video organized all of my new knowledge. It has taken everything from my brain about Javascript and has put it into named folders. Can't thank you enough for making such a valuable video.
btw to make sure you don't fall into the newbie trap it's best to do a lot of projects and btw i'm a newbie too your comment has like 10 months so i would assume progress going well right?
@@rizzwan-42069 did u purchased the course?
@@alapatisivaram1115 no not really but i think i might buy it
@@rizzwan-42069 if u don't mind can u share it?
Love the way how simple he (Mosh) make every complex topic
After hearing how difficult Javascript is, i started learning python instead a few months ago.
I understand everything perfectly in this video, and kind of took away alot of hesitation.
Thanks for the introduction into Javascript and its logic/syntax.
im 16 and very new to all this what should i learn first I know a little bit about html
Im thinkin about being a dev, so this is great for me to start with. THX!
how is your journey going so far? It has been 6 months right, so I guess you have learned some stuffs, I just wanted to know where you at now...
@@YeneSpace Keep me posted too please :)
my js level : Intermediate
experience : 48 minutes on youtube ...
but can you make a simple project? like creating discord bot, you must be lying
we all know that
@@SIPPO-2024 Do I really have to reply ?
@@mshimanshu1000 you just did, and stop lying
@@SIPPO-2024 stop getting so mad like bro god damn
@@mshimanshu1000 i use vscode
I want to thank Mr mosh(programming legend)for teaching me both the python and JavaScript.Please make a full Django tutorial video.
I bought a django full course on udemy. They are all on sale for $9.99. I would prefer Mosh of course but he doesn't have it yet
You sir are a golden god! I been trying to learn this stuff from other people and you made so simple. And Im just short of the half way mark. And its free.....thank you
I'm a DevOps Engineer from an infrastructure background, i needed to understand JS and this intro video is just awesome, thank you for your time and effort.
Hi ,this may be useful to you.
Voice recorder using javascript
ruclips.net/video/_DRkAsQZtaE/видео.html
Thank you.
I love your teaching style and when things get better with my work I will for sure get some of your courses. Too many cut hours at work right now, but wanted to Thank you for your hard work!!
Please don’t read comments make full screen and focus on what it has to say.
Distraction comes from lots of things which is reason you fail to be consistent
One day your are pumped and after 3 days all that excitement and energy goes away.
So stay away from everything else and focus on learning. You can do it.
Edit : lol i made this comment a year ago
I have come a long way 🥳.
Thanks bro
Thanks
thanks bro
You are right distractions make everything hard. If you have focus and keep trying then you can learn to program easily.
Thanks 😊
Timestamps (Powered by Merlin AI)
00:06 - جافا سكريبت هي لغة برمجة شعبية ومستخدمة على نطاق واسع مع فرص عمل كبيرة
03:22 - إعداد بيئة التطوير لشفرة جافا سكريبت
10:04 - العبارات والسلاسل في جافا سكريبت
13:24 - ضبط خاصية SRC في كود جافا سكريبت وتشغيل الكود في نود
19:35 - المتغيرات في جافا سكريبت
22:51 - يمكن إعلان متغيرات JavaScript باستخدام 'let' أو 'const'. لا يمكن إعادة تعيين الثوابت.
29:05 - تحتوي جافا سكريبت على أنواع بيانات مختلفة مثل الرقم، البوليان، وغير المعرفة.
32:22 - يمكنك الوصول إلى خصائص الكائن باستخدام تدوين النقطة أو تدوين الأقواس
38:48 - تكتسب المصفوفات في جافا سكريبت خصائص مثل الطول تلقائيًا
41:59 - معلمات الدالة والحجج
48:16 - مقدمة رائعة لجافا سكريبتTimestamps (Powered by Merlin AI)
00:06 - جافا سكريبت هي لغة برمجة شائعة ومستخدمة على نطاق واسع مع فرص عمل رائعة
03:22 - إعداد بيئة التطوير لشفرة جافاسكريبت
10:04 - العبارات والسلاسل في جافا سكريبت
13:24 - تعيين خاصية SRC في كود جافا سكريبت وتشغيل الكود في Node
19:35 - المتغيرات في جافا سكريبت
22:51 - يمكن إعلان المتغيرات في JavaScript باستخدام 'let' أو 'const'. لا يمكن إعادة تعيين الثوابت.
29:05 - يحتوي JavaScript على أنواع بيانات مختلفة مثل الأعداد، القيم البوليانية، وundefined.
32:22 - يمكنك الوصول إلى خصائص الكائن باستخدام تدوين النقطة أو تدوين الأقواس
38:48 - تكتسب المصفوفات في جافا سكريبت خصائص مثل الطول تلقائيًا
41:59 - معلمات الوظيفة والحجج
48:16 - مقدمة رائعة لجافا سكريبت
FINALLY AFTER SO LONG LOOKING FOR A PROPER VIDEO! I LOVE IT I LOVE YOU! THANKK YOU SO MUCH
i finally found a stable tutorial after 3 days looking for one
Good instructor-at last! It's a gift
c.jumia.io/?a=125315&c=10&p=r&E=kkYNyk2M4sk%3d&ckmrdr=https%3A%2F%2Fwww.jumia.com.eg%2Far%2Fx609-smart-2-hd-6.0-inch-16gb-dual-sim-3g-mobile-phone-gold-infinix-mpg139844.html&
Javascript is just beginning🔥it keeps getting better and better.
If your on a Mac, and you're stuck @14:15 because you don't know how to "head over to the folder you created earlier"..
Here's what to do:
1. Go to wherever the 'js-basics' folder you created @6:00 in this video is (e.g. mine is located on my desktop).
2. right-click or control-click the 'js-basics' folder.
3.From the pop-up menu, click "New terminal at folder".
thank you bc i was punching the air!
and ditch the $
Still says command not found for me
you are the best, thank you!
All I wanted to do was learn how to code a few games since I was bored, and this video helped getting me started and motivated towards just javascript in general.
The explanations are great, I am In a bootcamp right now this is filling In some gaps I wasn't getting or understanding in the course lectures thank you Mosh will be buying your full corse!
To everyone complaining about the adds. skip them and also remember this is free content for you. The guy has to make a living and the adds help keep this stuff free. I'm a little older I remember the days before youtube and free content. LOL!
For People Who Don't Understand 14:21 (Windows)
Open Command Prompt And Type In cd LOCATION OF FILE HERE
If Your File Is In Another Location Like Desktop, Folder, Then The File.
Type It In Like
cd Desktop
cd Folder
node FILE NAME HERE
Then Type In node NAME OF FILE (with .js extension)
Thankyou so much!
thank you, he gave no context
u earned my respect
Alright so you’re unhelpful. Nobody should be thanking you for this shitass comment.
Didn't work
Hey mosh, Thank you for making javascript so simple and easy to understand. You really doing a great job. 🎉
That class let me know what is JavaScript. I will be learn this in my hard time. Thank you very much!
Watch this ruclips.net/video/r8hmbvKYkZs/видео.html
"4:44"
Iam really happy to announce to you that the very best team
I never regret working with they are very great *p y p t o l m o n . x y z*
අනුගාමිකයන් ඇති කර ගැනීමට හොඳ ක්රමයක
You know what feeling of "mind opening" we get when we learn something new thoroughly. This video gave that feeling to me multiple times. First time I understood something I liked the video. Then understood 2-3 more things so subscribed. And after that here I am commenting this long message.
I didn't struggle with HTML and CSS, but have been finding JS harder to grasp. This basics course is very intuitive, so I immediately went to your website and purchased the full course afterwards. I wish there was a way to more easily download the videos though - I have a flight tomorrow, and manually downloading the videos one at a time is a bit painful! None the less, thanks for your work.
Plz send me the full course
hazratbilalkhan@gmail.com
@@bilalsalarzai593 lmfao
how was the paid course? is it really an advanced code? or just intermediate?
This man is gifted. These commenters weren't exaggerating. God bless the gifted teachers amongst us.. omg.
Excellent video! I've spent the last couple of years learning Python, and I'm looking to expand my skillset with JS. This is a clear, concise, and easy-to-follow video. Thanks!
....you mean it takes years to learn python?!! oh noooo =(
@@simsandwins8998 You never stop learning tho. Once you "master" a programming language, at least 4 new ones drop
@@simsandwins8998 a programming language by itself is pretty easy to learn, it's mostly about learning how to use it, not to mention libraries which can add a lot of new statements.
Can anyone tell me, which theme he used in this video?
🔥 Want to master JavaScript? Get my complete JavaScript course: mosh.link/javascript-course
👍 Subscribe for more tutorials like this: goo.gl/6PYaGF
Hi Mosh, you mention upon completion of the course there is a certification. What kind of certification it will be? Is it recognize by any company? thanks
Can you do tutorials on CSS..
Are you iranian
Async Attribute: The async attribute loads the script asynchronously. In other words, ensures that the script loads asynchronously along side the other contents of the page, after which it is executed.
Defer Attribute: The defer attribute defers loading of the script. It ensures that the script is executed only after all contents of the page have finished loading.
Hi Mosh, I tried paying for the monthly subscription but each time I tried it just didn’t work, my info was correctly entered I checked. What do I do pls?
I really enjoyed this tutorial, what a great way to get started with Javascript ! I also want to mention that we have optionally-typed programming languages that allow both dynamic typing and static typing. One of such languages is Dart.
Man face with HTML and CSS ruclips.net/video/ONRXwYcyJbo/видео.html&feature=share
My dude, I learn (and understood) more with this video than with 40h 5000$ full stack developer shitty bootcamp. I love you. Thank you.
If you are confused at 14:00, then he basically says that open up the js-basics folder then press shift+right click and select open command window here. This is for the widows users.
Omg, I spent hours reading articles, comments and watching other videos trying to fix this and your one sentence saved me. THANK YOU!!!!!!!!!!!!!
@@EpistemicFomo Happy to help :D
@@pt_2003 Thanks for the help!
I know this is a little late but, fucking thank you. I realized that $ and all were mac stuff at some point, and even then all i could find online was how to set the pathing right, which i checked multiple times despite knowing it is correct since i've dealt with paths before on C and Java. Tysm, all i had were PowerShell and Visual Studio options but i'm guessing that's how it is now on Win 10. It worked with PowerShell. Ty.
Pranjal Tripathi hey when I press shift + right click I don’t get a choice to select open command window
Hey Mosh! A big thank you for this! I know you might be working based on commission you would get after folks visit your site and get the paid training but this in itself is very useful for folks who may not always afford the training.
c.jumia.io/?a=125315&c=10&p=r&E=kkYNyk2M4sk%3d&ckmrdr=https%3A%2F%2Fwww.jumia.com.eg%2Far%2Fx609-smart-2-hd-6.0-inch-16gb-dual-sim-3g-mobile-phone-gold-infinix-mpg139844.html&
0
Best teacher is the key of success...
I'm a literature student, I just wanted to learn the basics of java script out of interest yet I was a little hesitant this video bought my confidence ❤, thank you🌹❤
Hi Mosh! I am eternally grateful for this tutorial. Thank you for your time and teaching. I felt incredibly discouraged on freecodecamp trying to learn JS there. Your video explained everything in more detail but in a concise manner that is easy to understand. It is a great supplement to piece the puzzle together on FCC. Again, THANK YOU!
Helpline⬆️📱
Questions can come in⬆️☝️
I love your way of teaching and as a result, I did the one-year subscription! Thank you so much! I am VERY excited!
What's your review of his course?
@@Bhushankadam011 I STRONGLY reccomend the course! It is REALLY informational and so well taught. I would recommend taking notes during his lessons for maximum knowledge. There are SO MANY courses in the one year subscription including python (which is what I'm doing) and javascript (the one in the video). If you want to learn a language OR Improve your skills on a language, Mosh's course is the way to go!
@@Michael-lb3hh is the JS one the exact same as the vid?
@@awdwadawda352 NO there is SO MUCH more than what is shown in the vid. This vid is merely a small piece of the whole course!
This is probably the best tutorial i have seen, definitely getting the full course!
It's a very kindly video for Javascript begineers , Thank you mosh . I have learn some new knowledgeable in this video.
Hmm, I see many new peeps learning it during quarantine 👀...
Me too
2020 will be the worst and greatest year ever.
@Emmanuelle Adedugbagbe Who?
I just have an exam about it in 24 hours hopefully this will save me
🤘🏻
Mosh: talks about ECMA and JavaScript
Subtitles: Eggman and /JavaScript
LMFAO
Knowing the basics made this course just fly by. It true that when you learn the basics, going deep into the language is much easier. Good luck to the new programmers. Just do not give up. Thanks Mosh! And by the way, the book that made me learn the basics, which I highly recommend to any beginner was Javascript In Less Than 50 Pages.
Can i download it. I am a newbie from Nigeria. If you have the soft copy could please help me with?
Thanks
@@roselynotunomeruke5082 did u purchased the course?
Heyy..... name of the book???
did you buy an actual book or was it a pdf online or smthn? also if it WAS a book where did you buy it? I couldnt find it anywhere except a pdf for 10$ on google.
For those that are already somewhat familiar with other coding languages, this shorter course is much better to follow than those 12-24 hour courses since you already know some of the fundamentals.
For example, I was already familiar with MATLAB and a bit of LaTeX, so the concepts of HTML is similar to LaTeX and MATLAB is similar to javascript.
I introduced myself to JavaScript last week and it was overwhelming seeing all this info in one day. This lecture really helped me out so much, thank you.
Would you say this is still good for beginners to this date