Thank you FreeCodeCamp for sharing my first course! I'll be making more content on React and Expo React Native teaching web, mobile, and API development. (Also I did get some feedback that my editing and talking was too fast, so please consider setting the playback speed to 0.75)
Please talk fast , I hate when some teachers talk slow and lazy type , that makes me fall asleep , you're not talking too fast , you're just not wasting our time which i appreciate So keep ur talking speed same as it is.
I am already quite experienced in JS, but I decided to listen through this course as a review while I work around the house. I really like this instructor's pace and clarity. I can see beginners getting flustered at the speed, so maybe there should be a reminder of how to change the video speed on the player in UA-cam. I am enjoying listening. Thanks for posting!
Just finished this course! for people who are thinking about whether to spend your time on this video ! I would recommend you to go for it if you want to learn JS from scratch or if you are coming from another language.I see people commenting about the fast pace of the instructor. Believe me it helps if you can grasp English quickly and you feel like you have covered a lot many concepts in a short time.I like the way Steven design this course in short snippets along with subject retention quizzes.
Correction: for == loose equality, when compare number with string, string is converted to number, not the other way around. Also, when compare boolean with string, both are converted to number. That is why true == '1', it's not explained in the video.
I can't believe how much your advice helped me. I followed your footsteps and got 9 out of 10, which is a huge improvement for me. I'm still practicing in demo mode, but I feel much more confident now. Thanks a million
Thanks for the great job, just to call your attention @ 2:28:27.. const numbers =[ 1, 2 ,3, 4, 5]. const middleElement = numbers.splice(1,1). expected result is supposed to be [ 2]. wonder how your code & console managed to output 3. guess it logged numbers[1] is now 3 after splicing,. once again Thanks for the great job, it's been so helpful
you guys talking about the speed of the instructor while i speed up the video to 1.5 and still with him , it's my first time to hear about JavaScript but the instructor made it pretty easy without wasting my time or even make me fall asleep
Thank you for this course. I've tried a different one prior to that. This one had significantly more practical information and details. Took me 2 days to complete.
I'm very grateful for you creating and uploading this tutorial; however, even at 0.5 playback speed, I find that the video moves along way too fast for me to be able to follow, especially during the chapters that focus on arrays. Quite often, I find that the source code I am reading has disappeared from the screen before I can process and rewrite the code myself. It would have been great to have had some space here and there in order to make it easier to follow. Thanks!
You can also use comma ( , ) for string concatenation, it is much cleaner, and it adds a space by itself so no need to write more code and waste time. The backtick/$ method is common, but it is hard for beginners
Hello Steven Thank you very much for this course I'll surely follow along. Just a request please suggest a course covering advance JS and can you make a course covering advance topics
@StevenCodeCraft: Wonderful video on Javascript for beginners like me. It persuaded me to learn more about Javascript. Btw, are these concepts same/similar for other JS frameworks like React and Angular?
You speak too fast bro, try speak slower next time :). Even tho we can change it in the settings, but i prefer to hear you speaking slower, and not so hasty thanks for the nice work anyways.
Say I put the time and effort to perfect this like I perfected bodybuilding. I have a framework, systems in place to learn things but say I do. What then? AI is automating everything and there's AI engineering sites now. Is it worth it to even go down this road?
Thank you for your feedback. This is my first course and I'll be sure to slow down for any future content. Please consider adjusting the UA-cam settings to the 0.75 playback speed.
No no no , I love that u talk faster , I have bought paid courses where the instructor talks slow and that makes me sleepy , for real don't change , talk fast and in energetic way , don't be like other instructors who talk slow and lazy type because they make me fall asleep@@StevenCodeCraft
Not necessary to master every concept just learn basic layout design and then add some logic using js then move to make clone using html css JavaScript
Hello friends, I need some help . I want to learn something new but I am not able to start anything and though i start ,i am not able to complete it. Can someone guide me to go through this ?
I was in the same place where you're right now two years ago now I have 1.5 years of experience as a software developer you just need to patient and learn and practice without a self doubt in coding consistency is the key.
i rilly hate how he instantly starts to run the code without basically showing the code, do better... i want to screen the entire code and cant since I cant see it
This would have been more understandable if you calmed down to teach You are just rushing the whole thing like we already know what you are saying If we knew, we won't be here nah You talk too fast 😢
If your English is not very good, studying this course is not possible. Very fast and unclear speech. Bad subtitles where words are reordered every second.
It's a great course but you talk extremely too fast man I understand everything, but I keep having to pause the video because you're doing the calculation so fast
Thank you FreeCodeCamp for sharing my first course! I'll be making more content on React and Expo React Native teaching web, mobile, and API development. (Also I did get some feedback that my editing and talking was too fast, so please consider setting the playback speed to 0.75)
Excellent presentation and speed! Exactly as I like! Thanks for sharing!
Please talk fast , I hate when some teachers talk slow and lazy type , that makes me fall asleep , you're not talking too fast , you're just not wasting our time which i appreciate
So keep ur talking speed same as it is.
Thanks for this tutorial!
No. Its good. I love speed
You're the man! PLEASE do react next
To anyone starting this , adjust the speed to 0.75 when stuff gets too complicated especially for beginners
you cab watch supersimpledev js course
I am already quite experienced in JS, but I decided to listen through this course as a review while I work around the house. I really like this instructor's pace and clarity. I can see beginners getting flustered at the speed, so maybe there should be a reminder of how to change the video speed on the player in UA-cam. I am enjoying listening. Thanks for posting!
This is perfect I decided to learn JavaScrpt after learning Python and this helped me a lot ty guys
Just finished this course! for people who are thinking about whether to spend your time on this video ! I would recommend you to go for it if you want to learn JS from scratch or if you are coming from another language.I see people commenting about the fast pace of the instructor. Believe me it helps if you can grasp English quickly and you feel like you have covered a lot many concepts in a short time.I like the way Steven design this course in short snippets along with subject retention quizzes.
Correction: for == loose equality, when compare number with string, string is converted to number, not the other way around. Also, when compare boolean with string, both are converted to number. That is why true == '1', it's not explained in the video.
I can't believe how much your advice helped me. I followed your footsteps and got 9 out of 10, which is a huge improvement for me. I'm still practicing in demo mode, but I feel much more confident now. Thanks a million
Thanks for the great job, just to call your attention @ 2:28:27.. const numbers =[ 1, 2 ,3, 4, 5]. const middleElement = numbers.splice(1,1). expected result is supposed to be [ 2]. wonder how your code & console managed to output 3. guess it logged numbers[1] is now 3 after splicing,. once again Thanks for the great job, it's been so helpful
you guys talking about the speed of the instructor while i speed up the video to 1.5 and still with him , it's my first time to hear about JavaScript but the instructor made it pretty easy without wasting my time or even make me fall asleep
Hey, have u done this course already?
Where did u go after that Cuz he ain't spoken about some important things
Bullshit , words are not making any sense on 1.5 speed
Congratulations on your 1.5 speed degree
Thank you for this course. I've tried a different one prior to that. This one had significantly more practical information and details. Took me 2 days to complete.
Nice refresher, kept me up to speed with some new features, and clarified the concepts I hitherto struggled with.
I'm very grateful for you creating and uploading this tutorial; however, even at 0.5 playback speed, I find that the video moves along way too fast for me to be able to follow, especially during the chapters that focus on arrays. Quite often, I find that the source code I am reading has disappeared from the screen before I can process and rewrite the code myself. It would have been great to have had some space here and there in order to make it easier to follow. Thanks!
You can also use comma ( , ) for string concatenation, it is much cleaner, and it adds a space by itself so no need to write more code and waste time. The backtick/$ method is common, but it is hard for beginners
Thank you for laying the fundamentals and basics of javascripts. It has helped me greatly
Thank you so much for explaining the very basic of steps, for a first time coder that no other JS course has done.
Pls make a video about fine tuning & RAG (especially for non-english model)
There's alot of confusion
Thanks for the tutorial, do you have an advance JS tutorial?
Btw, Will this tutorial enough for me to learn React?
Hey!!! Hi did you find any good advance tutorials? And what are you learning now?
this tutorial is awesome, also it focuses on logic which is really important! thanks steven!
Nice tutorial! Do you have a intermediate/expert course in Javascript? Finished it quite fast due to already knowing Java.
Hello Steven Thank you very much for this course I'll surely follow along.
Just a request please suggest a course covering advance JS and can you make a course covering advance topics
nice course first time interested in javascript
@StevenCodeCraft: Wonderful video on Javascript for beginners like me. It persuaded me to learn more about Javascript. Btw, are these concepts same/similar for other JS frameworks like React and Angular?
just FYI, JS does not have a console.log function, this is a function provided by the environment, whether it is a browser or Node.
thanks, that's great format for learning something new. I write python for years and just start to learn JS recently.
Thanks for sharing this course Steven!
21:00 Objects are nouns
Starting this today. my goal is to finish within 2 weeks or less. Hopefully I can do it.
So how was it?
I got through an hour only. I decided to do a project instead using JavaScript. (To do list).
Good luck if your starting this!@@gustavsbralitis7539
After this course, which free code camp would you recommended for mid & advance JavaScript? Please Suggest? Or is it wise to jump into React?
I didn't see spread syntax in timestamp, so may be it is also not covered in tutorial
JS says amazing video! ✊
I generally watch in 1.5X speed and this at that speed is just 🚀 😅
Almost made it the whole time understanding everything until Getters and Setters 🤣
Learning JS for beginners everywhere
Kubernates, Terraform vids pls
You guys are awesome, seriously!!
Good course.
Thank you🎉
Stoked for this! Thanks!
Finally a course that isn't 27:56:14 long
Please, make course about internet of things for beginners
Thankyou sir ❤
You speak too fast bro, try speak slower next time :). Even tho we can change it in the settings, but i prefer to hear you speaking slower, and not so hasty thanks for the nice work anyways.
Thanks for this
I waited for a new course
Thank You very much 🙏🥇🌞❤🇺🇲🌎
Good video to refresh your knowledge. Not sure if it's good for beginners.
And I'm currently watching one of your old videos on Js
They all cover similar material so you can continue with the old one.
Which is better to watch old or new
I tested a while loop and my browser crashed lol 😂
*Thanks for the tutorial!* ❤
Say I put the time and effort to perfect this like I perfected bodybuilding. I have a framework, systems in place to learn things but say I do. What then? AI is automating everything and there's AI engineering sites now. Is it worth it to even go down this road?
It is worth it to learn software development. While AI will impact how software developers work, there will be jobs for a long time to come.
No there isn't ai generating sites now.
Thanks !!
what is the next course i can attend after completing this ?
Thank you for your effort!!
Thanks all
thank you 🙏🏻🙏🏻
Very good project BLOVE DAPP
To be honest speed is ok we can manage it from settings but the very concept missing is commenting out😅
thanks
thank you!!! 💞
You talk way too fast .
Thank you for your feedback. This is my first course and I'll be sure to slow down for any future content. Please consider adjusting the UA-cam settings to the 0.75 playback speed.
I agree!
I put the video on a lower speed! 🤔
@@StevenCodeCraft nah ur better than most other guys running this channel who repeat themselves multiple times. (Comment from a Ben Shapiro fan)
No no no , I love that u talk faster , I have bought paid courses where the instructor talks slow and that makes me sleepy , for real don't change , talk fast and in energetic way , don't be like other instructors who talk slow and lazy type because they make me fall asleep@@StevenCodeCraft
It seems I got a profitable strategy... Thank you very much for teaching stuff like this!🍑
thankYouInCamelCase
Thanks Steven I love to study javascript again and Im 13 who learnt this LMAO
Im the youngest coder in here :)
I just learn html CSS do I have to built some of practice projects then move to Js or just learn it ???
I want guidance guys!
stick to what you've learned so far. master it and everything before you move to js.
Not necessary to master every concept just learn basic layout design and then add some logic using js then move to make clone using html css JavaScript
Great
Beginners cannot understand this course at all
Are you sure bro should I skip this one
Наоборот, этот курс маловат для новичков
If i am fresh to programming, can i do this course
❤ thank you
FAANG Resume video please
Hi I talked with Max but it's clearly an AI, I need to talk to a human since I'm a minor, if you want to explain you program better
I want to learn hack were and how I start???😊😊
50:24
Bro speaks at 2x
lmaoo
Put him at - 2x 🥱then pro solved 😪
Terrific
Feels weird to instantiate objects without a class
And I was here in my sleep....thanks to youtube
Sir kindly make tutorial on mern stack projects
Nobody uses MERN in production.
@@BeepBoop2221Start ups do
Thanks to all Yescoin
Hello friends, I need some help . I want to learn something new but I am not able to start anything and though i start ,i am not able to complete it. Can someone guide me to go through this ?
This is the story of many of us, unfortunately :(
I was in the same place where you're right now two years ago now I have 1.5 years of experience as a software developer you just need to patient and learn and practice without a self doubt in coding consistency is the key.
You talk too fast beginning never understand 😢
what the setting are for.. just slow video down ffs! stop complaining..
Where to find FInder or File Explorer in Windows? 3:51
1:35:03
i rilly hate how he instantly starts to run the code without basically showing the code, do better... i want to screen the entire code and cant since I cant see it
Very thoroughly explained. Thanks for the good work
is this enough for mern stack
1:16:00
LLM course please
Why?
@@BeepBoop2221 womp womp
Dom is not explained where should i learn it from
22:30
why are you talking so speed
This would have been more understandable if you calmed down to teach
You are just rushing the whole thing like we already know what you are saying
If we knew, we won't be here nah
You talk too fast 😢
woe
13:13 🎉
Slow down please!!!
Use playback speed option please!!! 🥺
@3:10 How the hell did I go to the exact url and somehow get a virus? The screen for the download is different but the web address is the exact same??
If your English is not very good, studying this course is not possible. Very fast and unclear speech. Bad subtitles where words are reordered every second.
It's a great course but you talk extremely too fast man I understand everything, but I keep having to pause the video because you're doing the calculation so fast
flex - saw it at 2x
No callbacks and promises ?
That's are mid level concepts.
@@bstaca hmm.... maybe maybe
You are talking toi fast which non English speakers can't understand your lecture.