JavaScript Course for Beginners 2024

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 191

  • @StevenCodeCraft
    @StevenCodeCraft 6 месяцев назад +207

    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)

    • @jonathankewe9415
      @jonathankewe9415 6 месяцев назад +8

      Excellent presentation and speed! Exactly as I like! Thanks for sharing!

    • @youtube6138
      @youtube6138 6 месяцев назад +19

      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.

    • @iamtharunraj
      @iamtharunraj 6 месяцев назад +1

      Thanks for this tutorial!

    • @teknolovedigital
      @teknolovedigital 6 месяцев назад +2

      No. Its good. I love speed

    • @sleeksilk497
      @sleeksilk497 6 месяцев назад +2

      You're the man! PLEASE do react next

  • @mia_seym
    @mia_seym 6 месяцев назад +21

    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 RUclips. I am enjoying listening. Thanks for posting!

  • @lohituchil8907
    @lohituchil8907 6 месяцев назад +78

    To anyone starting this , adjust the speed to 0.75 when stuff gets too complicated especially for beginners

  • @Furieren.Genshin_Impact
    @Furieren.Genshin_Impact 6 месяцев назад +24

    This is perfect I decided to learn JavaScrpt after learning Python and this helped me a lot ty guys

  • @zhuli5270
    @zhuli5270 5 месяцев назад +7

    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.

  • @syedaffanhameed14
    @syedaffanhameed14 6 месяцев назад +23

    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.

  • @sleeksilk497
    @sleeksilk497 6 месяцев назад +9

    Nice refresher, kept me up to speed with some new features, and clarified the concepts I hitherto struggled with.

  • @JoannaReaid
    @JoannaReaid 2 месяца назад +1

    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

  • @abidoyeridwan3886
    @abidoyeridwan3886 Месяц назад

    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

  • @cherepanovilya
    @cherepanovilya Месяц назад +1

    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.

  • @codeandtech77
    @codeandtech77 8 дней назад

    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

  • @GaryJRobinson
    @GaryJRobinson 5 месяцев назад

    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!

  • @IsxaaqAcademy
    @IsxaaqAcademy 6 месяцев назад +1

    Pls make a video about fine tuning & RAG (especially for non-english model)
    There's alot of confusion

  • @junseba1337
    @junseba1337 Месяц назад

    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.

  • @varun2716
    @varun2716 6 месяцев назад +2

    I didn't see spread syntax in timestamp, so may be it is also not covered in tutorial

  • @rodinamohamed6372
    @rodinamohamed6372 4 месяца назад +6

    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

    • @Raskolnikov_himself
      @Raskolnikov_himself 2 месяца назад

      Hey, have u done this course already?
      Where did u go after that Cuz he ain't spoken about some important things

    • @motazhejaze38
      @motazhejaze38 2 месяца назад +2

      Bullshit , words are not making any sense on 1.5 speed

    • @zerkorj
      @zerkorj 21 день назад

      Congratulations on your 1.5 speed degree

  • @Cathronau
    @Cathronau 5 месяцев назад +1

    Thank you for laying the fundamentals and basics of javascripts. It has helped me greatly

  • @deequi77
    @deequi77 6 месяцев назад +3

    Thanks for the tutorial, do you have an advance JS tutorial?
    Btw, Will this tutorial enough for me to learn React?

    • @krishnakarma6166
      @krishnakarma6166 4 месяца назад

      Hey!!! Hi did you find any good advance tutorials? And what are you learning now?

  • @Prasadavajjhala
    @Prasadavajjhala 6 месяцев назад +4

    Thank you so much for explaining the very basic of steps, for a first time coder that no other JS course has done.

  • @datanerden1057
    @datanerden1057 2 месяца назад

    Nice tutorial! Do you have a intermediate/expert course in Javascript? Finished it quite fast due to already knowing Java.

  • @rihabhassan
    @rihabhassan 5 месяцев назад

    After this course, which free code camp would you recommended for mid & advance JavaScript? Please Suggest? Or is it wise to jump into React?

  • @CallMeMir01
    @CallMeMir01 6 месяцев назад +1

    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

  • @brocode04
    @brocode04 6 месяцев назад +2

    this tutorial is awesome, also it focuses on logic which is really important! thanks steven!

  • @TiềnLêThanh-d4u
    @TiềnLêThanh-d4u 5 месяцев назад

    thanks, that's great format for learning something new. I write python for years and just start to learn JS recently.

  • @sudhir2667
    @sudhir2667 5 месяцев назад +1

    @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?

  • @CauseOfFreedom-mc7fx
    @CauseOfFreedom-mc7fx 5 месяцев назад +1

    Thanks for sharing this course Steven!

  • @oforibright5628
    @oforibright5628 3 месяца назад

    nice course first time interested in javascript

  • @akashkandpal1832
    @akashkandpal1832 17 дней назад

    Thankyou sir ❤

  • @Yesnomaybeso1001
    @Yesnomaybeso1001 3 месяца назад

    Starting this today. my goal is to finish within 2 weeks or less. Hopefully I can do it.

    • @gustavsbralitis7539
      @gustavsbralitis7539 2 месяца назад

      So how was it?

    • @Yesnomaybeso1001
      @Yesnomaybeso1001 2 месяца назад

      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

  • @crashingatom6755
    @crashingatom6755 6 месяцев назад +5

    Stoked for this! Thanks!

  • @SphereofTime
    @SphereofTime 4 месяца назад +1

    21:00 Objects are nouns

  • @neoreign
    @neoreign 6 месяцев назад +1

    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?

    • @freecodecamp
      @freecodecamp  6 месяцев назад +6

      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.

    • @BeepBoop2221
      @BeepBoop2221 6 месяцев назад

      No there isn't ai generating sites now.

  • @A--NguyenAnhKiet-px2oe
    @A--NguyenAnhKiet-px2oe 5 месяцев назад

    what is the next course i can attend after completing this ?

  • @AftabAfzal-n8v
    @AftabAfzal-n8v 6 месяцев назад +3

    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!

    • @kinda4498
      @kinda4498 6 месяцев назад

      stick to what you've learned so far. master it and everything before you move to js.

    • @movieshub-y2q
      @movieshub-y2q 6 месяцев назад +3

      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

  • @imransabbir9578
    @imransabbir9578 4 месяца назад

    Where to find FInder or File Explorer in Windows? 3:51

  • @2JS0JS2JS1
    @2JS0JS2JS1 21 день назад

    JS says amazing video! ✊

  • @Abhijais-uf7wh
    @Abhijais-uf7wh 6 месяцев назад

    To be honest speed is ok we can manage it from settings but the very concept missing is commenting out😅

  • @adityasingh7169
    @adityasingh7169 Месяц назад

    Dom is not explained where should i learn it from

  • @nathancovey
    @nathancovey Месяц назад +1

    Almost made it the whole time understanding everything until Getters and Setters 🤣

  • @godwinfelicity1747
    @godwinfelicity1747 6 месяцев назад +5

    And I'm currently watching one of your old videos on Js

    • @freecodecamp
      @freecodecamp  6 месяцев назад +4

      They all cover similar material so you can continue with the old one.

    • @AbatanPrecious-f9l
      @AbatanPrecious-f9l 2 месяца назад

      Which is better to watch old or new

  • @Raishaheryar
    @Raishaheryar 5 месяцев назад

    is this enough for mern stack

  • @ataurrehman5677
    @ataurrehman5677 26 дней назад

    If i am fresh to programming, can i do this course

  • @twickAttack
    @twickAttack 6 месяцев назад +2

    Thank you🎉

  • @m1lkonline
    @m1lkonline 6 месяцев назад

    You guys are awesome, seriously!!

  • @milosristic1111
    @milosristic1111 6 месяцев назад +2

    Thank You very much 🙏🥇🌞❤🇺🇲🌎

  • @Ayoubmahammedi-vb3dy
    @Ayoubmahammedi-vb3dy 6 месяцев назад

    I want to learn hack were and how I start???😊😊

  • @IdkWhatToPut33
    @IdkWhatToPut33 6 месяцев назад +2

    Kubernates, Terraform vids pls

  • @TheMaverick_SR
    @TheMaverick_SR 6 месяцев назад +1

    I generally watch in 1.5X speed and this at that speed is just 🚀 😅

  • @s.p.sanjay4253
    @s.p.sanjay4253 6 месяцев назад

    Please, make course about internet of things for beginners

  • @iamtharunraj
    @iamtharunraj 6 месяцев назад

    I tested a while loop and my browser crashed lol 😂
    *Thanks for the tutorial!* ❤

  • @InspirationJunction2
    @InspirationJunction2 4 месяца назад

    Thanks for this

  • @Jinxgaming-w7g
    @Jinxgaming-w7g 6 месяцев назад +1

    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 ?

    • @anenthusiast9080
      @anenthusiast9080 6 месяцев назад +1

      This is the story of many of us, unfortunately :(

    • @Ii-fo8pq
      @Ii-fo8pq 5 месяцев назад +2

      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.

  • @Nonehelloworld
    @Nonehelloworld 6 месяцев назад +2

    Thanks !!

  • @ahmedhafiz2419
    @ahmedhafiz2419 6 месяцев назад

    Finally a course that isn't 27:56:14 long

  • @hamedsaeednia5507
    @hamedsaeednia5507 6 месяцев назад +1

    Learning JS for beginners everywhere

  • @Ace112p
    @Ace112p Месяц назад +2

    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.

  • @kvelez
    @kvelez Месяц назад

    Good course.

  • @krish2519
    @krish2519 6 месяцев назад +1

    I waited for a new course

  • @prakashgnana586
    @prakashgnana586 6 месяцев назад +2

    Thank you for your effort!!

  • @garrcakes67
    @garrcakes67 5 месяцев назад

    @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??

  • @pradenHighlights
    @pradenHighlights 4 месяца назад

    Good video to refresh your knowledge. Not sure if it's good for beginners.

  • @armankeyvannia
    @armankeyvannia Месяц назад

    thanks

  • @maju803
    @maju803 6 месяцев назад

    thank you!!! 💞

  • @hamaadafzal2490
    @hamaadafzal2490 6 месяцев назад +2

    Sir kindly make tutorial on mern stack projects

    • @BeepBoop2221
      @BeepBoop2221 6 месяцев назад

      Nobody uses MERN in production.

    • @andiuptown1711
      @andiuptown1711 6 месяцев назад

      @@BeepBoop2221Start ups do

  • @danieI.999
    @danieI.999 6 месяцев назад

    thank you 🙏🏻🙏🏻

  • @InspirationJunction2
    @InspirationJunction2 4 месяца назад

    Terrific

  • @kyaku23
    @kyaku23 22 дня назад

    Thanks Steven I love to study javascript again and Im 13 who learnt this LMAO

    • @kyaku23
      @kyaku23 22 дня назад

      Im the youngest coder in here :)

  • @ganiumuritala
    @ganiumuritala 12 дней назад

    Great

  • @naturevibes5388
    @naturevibes5388 6 месяцев назад

    FAANG Resume video please

  • @lakshmanboddepalli5115
    @lakshmanboddepalli5115 Месяц назад

    Thanks all

  • @HuyHoangNguyen-xm8wu
    @HuyHoangNguyen-xm8wu 5 месяцев назад

    Very thoroughly explained. Thanks for the good work

  • @shivaprasad6576
    @shivaprasad6576 6 месяцев назад +11

    Beginners cannot understand this course at all

    • @ADITYAMISHRAx5
      @ADITYAMISHRAx5 3 месяца назад +1

      Are you sure bro should I skip this one

    • @pan-gloowl
      @pan-gloowl Месяц назад

      Наоборот, этот курс маловат для новичков

  • @codegirl6153
    @codegirl6153 6 месяцев назад +109

    You talk way too fast .

    • @StevenCodeCraft
      @StevenCodeCraft 6 месяцев назад +63

      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 RUclips settings to the 0.75 playback speed.

    • @jaxxon98
      @jaxxon98 6 месяцев назад +1

      I agree!

    • @jeansmith2663
      @jeansmith2663 6 месяцев назад +16

      I put the video on a lower speed! 🤔

    • @Antidemonn
      @Antidemonn 6 месяцев назад +5

      ​@@StevenCodeCraft nah ur better than most other guys running this channel who repeat themselves multiple times. (Comment from a Ben Shapiro fan)

    • @youtube6138
      @youtube6138 6 месяцев назад

      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

  • @MohammedShah-lj7uz
    @MohammedShah-lj7uz 5 месяцев назад

    Everytime I write node in the terminal nothing appears after I press enter what am I doing wrong can somebody help me.

    • @FakeBairagi
      @FakeBairagi 5 месяцев назад

      1. Make sure you have installed stable version of node js
      2. Make sure you are typing the file name after typing node
      3. Make sure the file you are working with ends with ".js" Extension

    • @sandrakunjan828
      @sandrakunjan828 5 месяцев назад

      @@FakeBairagi I'm also facing the same problem, and nothing seems to be working

    • @FakeBairagi
      @FakeBairagi 5 месяцев назад

      Then may be you need antivirus and software update 🥲

  • @kishorkasat6952
    @kishorkasat6952 26 дней назад

    Very good project BLOVE DAPP

  • @ninja47rei77
    @ninja47rei77 6 месяцев назад +6

    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

  • @OlehKostin
    @OlehKostin 6 месяцев назад

    ❤ thank you

  • @diftq8191
    @diftq8191 Месяц назад

    Feels weird to instantiate objects without a class

  • @ValorieElsea
    @ValorieElsea 4 месяца назад

    It seems I got a profitable strategy... Thank you very much for teaching stuff like this!🍑

  • @dibyashaktimoharana8251
    @dibyashaktimoharana8251 3 месяца назад

    And I was here in my sleep....thanks to youtube

  • @fauxz3782
    @fauxz3782 6 месяцев назад

    No callbacks and promises ?

    • @lebrun54
      @lebrun54 6 месяцев назад

      That's are mid level concepts.

    • @fauxz3782
      @fauxz3782 6 месяцев назад

      @@lebrun54 hmm.... maybe maybe

  • @naturevibes5388
    @naturevibes5388 6 месяцев назад +2

    LLM course please

  • @svenspajgl9118
    @svenspajgl9118 Месяц назад +1

    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

  • @SphereofTime
    @SphereofTime 4 месяца назад +1

    50:24

  • @rafi2716
    @rafi2716 4 месяца назад +1

    You talk too fast beginning never understand 😢

    • @PhotoshopBus
      @PhotoshopBus 4 месяца назад

      what the setting are for.. just slow video down ffs! stop complaining..

  • @SphereofTime
    @SphereofTime 4 месяца назад

    1:16:00

  • @Raju-i6g
    @Raju-i6g 4 месяца назад +1

    why are you talking so speed

  • @based_yasser
    @based_yasser 9 дней назад

    thankYouInCamelCase

  • @zainulabdin4466
    @zainulabdin4466 5 месяцев назад

    1:35:03

  • @raffayshahzad942
    @raffayshahzad942 6 месяцев назад +5

    Bro speaks at 2x

    • @danieI.999
      @danieI.999 6 месяцев назад

      lmaoo

    • @N.V.P69
      @N.V.P69 4 месяца назад

      Put him at - 2x 🥱then pro solved 😪

  • @wynecodling
    @wynecodling Месяц назад

  • @SphereofTime
    @SphereofTime 4 месяца назад

    22:30

  • @YimaJohn
    @YimaJohn 3 месяца назад +1

    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 😢

  • @serhioramires3166
    @serhioramires3166 4 месяца назад

    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.

  • @HiệpHoàTriệu
    @HiệpHoàTriệu 24 дня назад

    Thanks to all Yescoin

  • @badral-balushi5911
    @badral-balushi5911 6 месяцев назад

    It seems this Mosh Hamadani course remade ... Not good

  • @chrisroberts9307
    @chrisroberts9307 3 месяца назад

    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

  • @awesomeworship6920
    @awesomeworship6920 5 месяцев назад +1

    Slow down please!!!

    • @Alex-bs5sd
      @Alex-bs5sd 5 месяцев назад +2

      Use playback speed option please!!! 🥺

  • @AQkhan.student
    @AQkhan.student 2 месяца назад

    You are talking toi fast which non English speakers can't understand your lecture.

  • @CodeBookPro007
    @CodeBookPro007 6 месяцев назад +1

    woe