JavaScript Crash Course For Beginners

Поделиться
HTML-код
  • Опубликовано: 12 мар 2019
  • In this crash course we will go over the fundamentals of JavaScript including more modern syntax like classes, arrow functions, etc. This is the starting point on my channel for learning JS.
    Code including html/css:
    embed.plnkr.co/plunk/8ujYdL1B...
    21 Hour JavaScript Course:
    www.udemy.com/modern-javascri...
    Suggested Videos To Watch Next:
    DOM Crash Course - • JavaScript DOM Crash C...
    Fetch API - • Fetch API Introduction
    JS Playlist With Projects - • JavaScript Fundamental...
    OOP Crash Course - • JavaScript OOP Crash C...
    JSON Crash Course - • JSON Crash Course
    💖 Become a Patron: Show support & get perks!
    / traversymedia
    Follow Traversy Media:
    / traversymedia
    / traversymedia
    / traversymedia
  • НаукаНаука

Комментарии • 2,3 тыс.

  • @TraversyMedia
    @TraversyMedia  5 лет назад +2189

    TIMESTAMPS:
    Script Tags - 6:46
    Console Output - 8:20
    Variables - 11:15
    Data Types - 14:18
    Strings & String Methods - 18:38
    Arrays - 23:53
    Object Literals - 30:09
    Arrays Of Objects & JSON - 34:20
    Loops - 37:40
    High Order Array Methods - 42:24
    Conditionals - 46:30
    Functions - 53:23
    Arrow Functions - 56:22
    Constructor Functions & Prototypes - 59:25
    ES6 Classes - 1:07:21
    Window Object & DOM - 1:10:30
    DOM Selection - 1:14:50
    Manipulating The DOM - 1:20:05
    Events - 1:24:40
    Form Script - 1:30:39

    • @JanagarJohn
      @JanagarJohn 5 лет назад +10

      Please do crud operation Brad

    • @emmanueleze3028
      @emmanueleze3028 5 лет назад +45

      What have we done to deserve all these love from you Brad. God bless you for my sake.

    • @vanrolandobenza8649
      @vanrolandobenza8649 5 лет назад +8

      thank you so much for this

    • @amar2042
      @amar2042 5 лет назад +5

      where have you been only if i knew about your page before
      great videos

    • @embi87
      @embi87 5 лет назад +4

      I have your udemy Javascript course. Is something in here that is not covered in the udemy course?

  • @margaritashamrakov
    @margaritashamrakov Год назад +335

    I am 46 years old. Starting to learn programming. Do not come from IT background. Thank you for these RUclips videos. And I wanted to support everyone who is starting a new career after 40. ❤

    • @OneCatShortOfCrazy
      @OneCatShortOfCrazy Год назад +10

      you and me, we're doing it 🤩

    • @samryan9306
      @samryan9306 Год назад +10

      Me too! I’m a heavy equipment mechanic and operator, making the switch!

    • @margaritashamrakov
      @margaritashamrakov Год назад +10

      @@samryan9306 keep it up even when some days I feel I will never get it. So proud of you 👍

    • @samryan9306
      @samryan9306 Год назад +6

      @@margaritashamrakov I’m proud of you as well, you can do it!

    • @junlinguo77
      @junlinguo77 Год назад +3

      Your amazing

  • @suddathgautam5944
    @suddathgautam5944 3 года назад +1226

    God bless this man for providing such quality education at no cost at all

  • @ahzidmahmood6904
    @ahzidmahmood6904 3 года назад +403

    My advice:
    For people might struggle to understand the first 20 minutes of the subject, I would suggest to keep on watching the video and you will finally get the picture, also this does not mean the content is bad, the content is amazing.

    • @Con-fidence
      @Con-fidence 3 года назад +46

      I wish that this was one of the top comments, honestly. I personally get so discouraged the moment I don't understand some stuff, and then I assume that it wasn't explained well/explained in the simplest way.
      This encouraged me to continue watching this video.

    • @charbouli100
      @charbouli100 3 года назад +11

      @@Con-fidence same i didn't understand a thing at first

    • @hils1015
      @hils1015 3 года назад +22

      I had to check the title of the video again just to make sure I actually saw the word beginner because there were way too many words he was using which didn't sound very beginner at all. Seemed as though he was talking to people who are already reasonably to well aqcuainted with Javascript & that is definitely not me by any stretch of the imagination.

    • @onemanshow4116
      @onemanshow4116 3 года назад +15

      Actually this video is refreshing for me...
      I was watching another 'Beginner' video for JavaScript, and I was running it at 2x speed and STILL felt like I was wasting my time learning trivial things that can be easily understood with one or two sentences.
      This video is way better content for me (I am brand new to JavaScript, but I have programmed in other languages). So I believe this video is good for a Beginner to JAVASCRIPT, but not a beginner to CODING
      freeCodeCamp Beginning Javascript was the course that I found was moving too slow. Maybe if this is too fast for you, try that one and see if you like it better.

    • @solari251
      @solari251 3 года назад +18

      I just never understood why they never do some examples, like showing and website and showing what the certain code does to it. Im at around 11 mins in it, and I'm just asking...what the fuck is he talking about and why he does not show something in action...i was about to close the video but I'm trying to carry on it

  • @PressuredSpeechBand
    @PressuredSpeechBand 3 года назад +539

    I'm so excited to start learning to code with this channel. Tired of being an electrician, time for a career change. Thanks for all you do!

    • @chadmccarthy5655
      @chadmccarthy5655 3 года назад +14

      Same here brother.

    • @mtlbeta8420
      @mtlbeta8420 3 года назад +13

      Me too. These courses are really well explained. Good luck with your new found skills.

    • @bergglobus2428
      @bergglobus2428 3 года назад +8

      Don't know how the job market works where u lieve but I would suggest that u get a book or something for the apprenticeship of an IT Specialist for application development. At least that's how it's called at my place. Just so you get to know stuff about project management and other important things

    • @TheArchit3cture
      @TheArchit3cture 3 года назад +2

      All day. I have been far too lazy in studying JavaScript

    • @Cocoboi7
      @Cocoboi7 3 года назад

      which laptop do you use..

  • @daniilkoroljov6362
    @daniilkoroljov6362 4 года назад +1711

    Here are the time codes :)
    1:05 What is JS?
    3:19 Why learn JS?
    4:37 What u will learn in this course?
    6:10 Let's Jump In!
    6:45 Add JS to HTML
    9:38 Basic syntax
    11:14 Variables
    14:17 Data types
    18:33 Strings
    18:44 Concatenation
    19:44 Template String ES6 (2015)
    20:38 String properties and methods
    23:52 Arrays
    30:07 Object literals
    34:19 Array of todos
    35:58 JSON
    37:42 Loops
    40:30 Loop through arrays
    42:24 High order array methods
    46:30 Conditionals
    51:24 Ternary operator
    52:48 Switches
    54:23 Functions
    59:25 Object-oriented programming OOP
    1:05:02 Prototypes
    1:10:30 DOM Document Object Model
    1:14:45 Single element
    1:17:00 Multiple element
    1:19:25 Loop through
    1:20:05 Manipulating the DOM or Changing things in the DOM
    1:30:35 Making a tiny little app

  • @jenniferl2146
    @jenniferl2146 Год назад +42

    After struggling for 1 year with complicated tutorials, I finally learned Javascript. I learned with the help of newbie friendly books and with this very video of yours. I had to come back here to say thank you.
    Edit: For those asking about the books, I learned Javascript with the books named Javascript In Less Than 50 Pages, with Head First Javascript Programming.

  • @maureenkamau6781
    @maureenkamau6781 Год назад +38

    After 5 years away from code, this course has helped get back on my feet. God bless Traversy Media

    • @S.Saurabh_
      @S.Saurabh_ Год назад +1

      Same bro I forgot everything after 1 year.

    • @nakulyadav9287
      @nakulyadav9287 Год назад +2

      Hey, i am planning to get back into web dev after 2 years, any suggestions on how you went about it?

    • @BonjourLeonix
      @BonjourLeonix Год назад

      Here to! currently ray tracing again through JS ES6

  • @teatimee
    @teatimee 4 года назад +94

    I have been programming in a variety of languages for 30 years. It's quite relaxing hearing another person just talk about it.

    • @umarsaid6340
      @umarsaid6340 3 года назад +2

      Since what age did you do programming?

    • @Jxhsxn
      @Jxhsxn 3 года назад +2

      Thats interesting what was the first programming language you ever did?

    • @navneethgopal1211
      @navneethgopal1211 3 года назад +5

      Probably BASIC and ASSEMBLY

    • @uchkunashirov
      @uchkunashirov 3 года назад

      Please reply for people interested questions because me too keen of them

    • @arno.claude
      @arno.claude 3 года назад +3

      Username checks out

  • @nabil14409
    @nabil14409 4 года назад +59

    You're literally one of the best if not the best JS teacher on the internet. My life's gonna change on a large scale just because of you.

  • @stefanidaidone1191
    @stefanidaidone1191 3 года назад +95

    Just wanted to say, I'm a beginner with Javascript and I've been watching videos for a while now, but when I stumbled onto yours things are finally making sense. I just really appreciate the way you explain things. I'm going to be looking more into your other videos as well. But just wanted to say thank you very much. I have a long way to go, but I'm getting more excited about the journey. From one recovered addict to another, keep inspiring!

    • @johanngreyvenstein9180
      @johanngreyvenstein9180 Год назад +2

      omg looks like we're all here

    • @metalskull8687
      @metalskull8687 Год назад

      Keep on pushing everybody!

    • @rickhunt3183
      @rickhunt3183 Год назад +2

      Im just starting out in javascript and saw that your post was two years old, and at that time you were a beginner also. My question is how has javascript progressed for you and has it worked out for you or did you move to another platform, and If you did..what platform are you currently using ?

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

      . After three years, as a programmer, how do you feel about the comment that I am reading?

  • @franksolinsky2365
    @franksolinsky2365 2 года назад +10

    Brad,
    I just wanted to, like so many others, thank you personally for all the quality content you provide us so that we can learn this awesome skill. Over the last couple weeks, after deciding that programming was for me, I have been sort of stumbling around, trying different instructors on RUclips, and beating my head off the wall. With you, the experience has been very different. You speak slow, calm and clearly. You explain everything in great detail, without boring us to death. You are a wonderful instructor and a great human. Thanks buddy.

  • @haywireskuff5391
    @haywireskuff5391 5 лет назад +13

    The timing of this course couldn't be more perfect ! I used your old JS course and found it a bit outdated 3 days ago, and now you release this ! You are the best teacher on YT.

  • @maximoskoukos
    @maximoskoukos 4 года назад +10

    Brad I'm sure you know this already, but your work is phenomenal. Clear, relatable, not boring, informative, detailed.

  • @easymentality
    @easymentality 3 года назад +6

    Thank you for your content, sir.
    I've been sifting through tons of JS content on RUclips and yours is the first that feels like things are actually EXPLAINED to any extent.
    I'm to the point where I wouldn't be able to learn anything from most other crash courses, but you actually go into enough detail and depth that I'm watching yours all the way through and learning how things actually work. Thank you.

  • @RonStrauss
    @RonStrauss 3 года назад +5

    Brad, you truly put the 'fun' in fundamentals. Your ability to make this scary 'coding' accessible is astonishing. Thank you so much for this course, and all the others.

  • @realherbalmeds
    @realherbalmeds 4 года назад +28

    Traversy, is one of the best instructors I have encounter yet. His lessons are well organized and well delivered. Five stars plus.

  • @vortex247
    @vortex247 5 лет назад +16

    I was about to go learn JavaScript for a school project, then all of a sudden Brad posts this video! Thanks Brad!

  • @TheJacklwilliams
    @TheJacklwilliams 2 года назад +3

    Brad, I've built tons of CSS pages with you on this channel and just now diving into javascript. Milestone, signed up for your 21 hour JavaScript course at Udemy! Stoked, jazzed, and ready to go. Thanks for all the awesome training sesions you've logged. I think, teacher/student effectiveness is at a premium when both understand eachother and styles match. Hands down you've become my favorite out there and I'm thankful for your work sir.

  • @tarrin9428
    @tarrin9428 2 года назад +1

    Brad - I graduated yesterday from a 14 wk FS Bootcamp. Came to get a refresher on JS. I love the way you did this course. Brad Traversy you are the Bob Ross of Coding. Me and my classmates were thrilled to see your new videos on the React/router updates. You are appreciated. I am relieved knowing I can come here to solidify my skills and prepare for those technical interviews.

  • @astrix8812
    @astrix8812 4 года назад +24

    I can finally say that i found best beginners JS course on RUclips, without any doubt!

  • @brianrichardson4273
    @brianrichardson4273 5 лет назад +22

    I've watched several tutorials on JS. Your explanations are much more inclusive of basic terminology, concepts, etc. Thank you for that.

  • @alexei.domorev
    @alexei.domorev 2 года назад +2

    Hi Brad, just wanted to thank you for all your hard work over the years (your personal story is truly remarkable) and for this crash course. It was very easy to follow you and the examples you provided really help grasp the fundamentals of JS in a very short amount of time. Awesome work from your end. Please keep it up! You are an awesome human being!

  • @pranansubba9587
    @pranansubba9587 5 лет назад +19

    Yesterday I was browsing your channel to learn JavaScript and today I got this notification. God bless Brad..

  • @berkackgoz7825
    @berkackgoz7825 5 лет назад +389

    Your HTML/CSS crash courses were amazing, helped me a ton.
    I felt scared about JS at first but after this crash course, I overcame most of that fear. Gotta start doing more projects now.
    Thank you for the amazing content you provide in here. After I watch the suggested videos, I'm heading straight to udemy for sure.

    • @gokubeast798
      @gokubeast798 5 лет назад +8

      You have comment ,what I think🤝👌

    • @RandomGuy-hv7tb
      @RandomGuy-hv7tb 4 года назад

      Yeah i joined bootcamp and there are same stuff as brad teaches in his in html/css crash courses

    • @nerdytech7836
      @nerdytech7836 4 года назад +2

      Which Udemy courses do you recommend please?

    • @AYuSh-wq5ui
      @AYuSh-wq5ui 3 года назад

      Even me too got scared at first ..dint understand anything.. And stopped watching the video..and decided to see it later.

    • @sully6191
      @sully6191 3 года назад

      same bro html and css were time to jumo inti java

  • @guillaumedupont2902
    @guillaumedupont2902 3 года назад +1

    I watched this video almost two month ago. I did not understand a thing (okay, maybe a thing or two) and felt really lost. Two months later, I'm halfway through the Udemy course, and was starting to struggle seriously. I came back here, watched the whole video speed 2-4 (google chrome extension :D) AND I UNDERSTOOD EVERYTHING. And finally understood prototypes and classes. I'm so elated. To those who are starting/struggling: Don't give up ! Watch the videos again and again, get the big picture and with Repetition and consistency, you will come to understand all the seemingly complicated parts (message of my future self to my current self too). Brad is Awesome ! Don't hesitate to combine Udemy courses with youtube videos for clarifications and books and TAKING NOTES ! That really helps a lot. Keep coding guys !

  • @factsandmyths3301
    @factsandmyths3301 4 года назад +229

    Though you have paid udemy coursed, you're taking the trouble for making this long videos, much appreciated man:)

    • @leulelakew5425
      @leulelakew5425 3 года назад

      @Femto and the ads

    • @blaiserodrigues2990
      @blaiserodrigues2990 3 года назад +13

      This is called Marketing bro. This is like an ad for his udemy course. Thats how it works. He deserves all those udemy sales.

  • @danielaparicio3692
    @danielaparicio3692 5 лет назад +9

    Brad, thank you for all these videos. The community loves you! God bless

  • @rajasmasala
    @rajasmasala 3 года назад +1

    I have to say your teaching skills are just fantastic. If this is the level of all/half your vids I've stumbled on a real treasure.

  • @IrfanKhan-dg5fx
    @IrfanKhan-dg5fx 3 года назад +5

    19:36 : Concatenation
    32:45 : Destructuring
    35:55 : JSON
    41:30 : Loop through array
    42:20 : High order array methods (eg. forEach loop etc.)
    47:10 : Triple equals
    51:22 : Ternary operator
    52:48 : Switches
    54:22 : Functions
    56:20 : Arrow functions
    59:23 : OOP
    59:30 : User defined objects using Constructive functions
    1:02:09 : Dates
    1:03:14 : Methods for user defined data objects
    1:05:00 : Prototypes
    1:07:14 : Classes
    1:10:30 : DOM
    1:12:37 : DOM Selection
    1:20:05 : Manipulating the DOM
    1:24:36 : Events
    1:30:07 : Other types of events
    1:30:39 : Form Script

  • @robhern1114
    @robhern1114 5 лет назад +56

    Fantastic and concise explanation with clear reasons given why certain/older ways are less logical/comfortable to use. Thanks so much.

  • @duskpoppinton5317
    @duskpoppinton5317 4 года назад +3

    I’m in school right now to be a Software Engineer an this is my 3rd time watching your video on JavaScript. Just wanted to say you do a damn good job of teaching an explaining different things. I’m really thankful I found your channel.

  • @chimychary
    @chimychary Год назад

    Learned javascript two years ago and you did an amazing job at touching all the basic topics. Thank you for this!

  • @nikhilnarayanan5949
    @nikhilnarayanan5949 3 года назад

    This man deserves a gold medal, I only knew JAVA until now, but now I can finally start building web pages without using Wix because of his videos, gotta love this dude. What an awesome guy

  • @akn9699
    @akn9699 5 лет назад +17

    Brad, Love your stuff and thank you for being a great teacher. I consider you as my mentor !

  • @gmoneybags01
    @gmoneybags01 5 лет назад +25

    I love you for this man... I was having some trouble understand some of the syntax in solo learn but this video is helping me learn more. Thank you.

    • @MetalockieMusic
      @MetalockieMusic 3 года назад +1

      Thats my big issue with learning javascript right now. Trying to learn it on openclassrooms and once I get to functions things start to go downhill.

  • @cm3462
    @cm3462 Год назад

    Glad to have signed up as a Patreon. You're making my learning experience so pleasant. Thanks a bunch, and keep up the good work, my dude. Enjoy your day.

  • @imagotchi_
    @imagotchi_ 3 года назад

    Hey Brad, you have no idea how much your content means to me. I purchased your modern js course awhile back, but let my intimidation prevent me from pushing through it. I finally finished this crash course video and have a new found energy to dive right into that course. I hope to complete it by Monday! I’ve been in the industry for about two years now specializing in Salesforce development and I still feel like I’m at square one sometimes. I’m looking forward to expanding on my knowledge using your courses. Hope all is well with your health. Take care brother! 😊

  • @camilacno
    @camilacno 4 года назад +8

    The very best content I've found so far! Have been strugling with the learning path, language structure... The way you teach makes me want to learn more and more!!! Thanks! (:

  • @rafihasan7787
    @rafihasan7787 5 лет назад +19

    You my man, are an absolute legend. God bless you

  • @squirell42k37
    @squirell42k37 3 года назад

    I am overwhelmed with appreciation for you and your RUclips page. Your teaching is helping me more than anything in my life ever has. Thank you so much.

  • @howtobeastupid23
    @howtobeastupid23 2 года назад +1

    I took this mans course in Udemy for HTML & CSS and he's definitely one of the best instructors I have ever had... period. ++plus I love his all his shortcut/keyboard tips.

  • @lemueljunior
    @lemueljunior 5 лет назад +71

    Dude, you should be awarded some kind of golden trophy!! Thank you for sharing your knowledge with such a great quality and helping others to get started with programming =)

  • @22sheikha
    @22sheikha 3 года назад +3

    I enjoyed this js tutorial so much more than the other ones I've watched. Thank you for this!

  • @enzopopp4636
    @enzopopp4636 Год назад

    plain and simple, Brad is the real deal if you want to learn, awesome content, straight to the point, Clear, not trying to make fun or stupid comments or pictures, Memes in the video and all that stuff, Smooth voice so you dont mind listening for hours , thanks a lot for helping so many people on their journey and His Udemy courses GREAT! Thanks a lot !

  • @fiils6135
    @fiils6135 2 года назад +1

    I can't believe I have discovered this channel just now. It should've been the first one showed.
    You're amazing

  • @MaxZRider
    @MaxZRider 5 лет назад +5

    Thanks man! Really good explanations of everything. I feel way more confident about learning React now!

  • @amira2192
    @amira2192 2 года назад +4

    Your HTML and CSS crash courses helped me a lot, now, im looking forward to this video and hope to watch it very soon!
    keep up you're awesome

  • @BryonMondok
    @BryonMondok 3 года назад

    Good stuff, Brad. I love the way you anchor everything you teach to real world examples. Kudos!

  • @fredkaak5572
    @fredkaak5572 3 года назад

    Such a relaxed way to teach people, many try to prove they are fast, this man wants to teach, what a saint.
    Maybe I missed it but the use of, and the meaning of classes eloped me. No harm done, I loved it.

  • @rangabharath4253
    @rangabharath4253 5 лет назад +3

    Thank you so much brad for making the awesome JS crash course. You are one of the best teachers.

  • @AmineAmine-qw4xx
    @AmineAmine-qw4xx 5 лет назад +1002

    Brad + Bucky Roberts = No need to school

    • @gladstonross12
      @gladstonross12 5 лет назад +24

      lol FACTS

    • @TraversyMedia
      @TraversyMedia  5 лет назад +351

      Haha, Bucky was a huge inspiration for me to start doing this

    • @AmineAmine-qw4xx
      @AmineAmine-qw4xx 5 лет назад +20

      @@TraversyMedia He made things look so easy

    • @greenshaheen6716
      @greenshaheen6716 5 лет назад +12

      Brad + academind

    • @HullioGQ
      @HullioGQ 5 лет назад +16

      Whatever happened to the New Boston channel? No new vids in last 2 years and their website is down!

  • @BK-ri7qf
    @BK-ri7qf 2 года назад +1

    The tone and pace of this instruction video is excellent. Thank you. Very clear and concise for a beginner!

  • @nech7786
    @nech7786 3 года назад +1

    You're awesome, thanks for this! As a noob in programming, it really helps me to understand certain aspects of the language that in other online courses I couldn't grasp very well. Great video!

  • @abdullah_abisola
    @abdullah_abisola 11 месяцев назад +4

    Day 1 : 30:09
    Day 2: 42:47
    Day 3: 54:27
    Day 4: Done
    - I used a different Method to do the last exercise but I did create an Apple Note that saved all the lessons that you taught me 😄
    - Thanks Brad. I think you are the only one who explained the use case for every single thing and not just how we use it but "WHY" we use it. I'm definitely going to make more projects and I'll be watching the rest of your videos. 👍
    Code For Exercise:
    // Functional App - Submitting a Form
    const myForm = document.querySelector("#my-form");
    const names = document.querySelector("#name");
    const email = document.querySelector("#email");
    const msg = document.querySelector(".msg");
    const users = document.querySelector("#users");
    // Listen for a Submit Event on a Form instead of the button which is handier
    myForm.addEventListener("submit", onSubmit);
    // We listen for the submit and create a variable called onSubmit which will be used later - No need for a Function
    function onSubmit(e) {
    e.preventDefault();
    let nameArray = [];
    let emailArray = [];
    //Pushing the intended Value in the array
    nameArray.push(names.value);
    emailArray.push(email.value);
    // Checking in The Console
    console.log(nameArray, emailArray);
    // Validation: Form Must not submit if both fields are not filled
    if (names.value === "" || email.value === "") {
    msg.classList.add("error");
    msg.textContent = "Please Input In Both Fields";
    setTimeout(() => msg.remove(), 3000);
    } else {
    // Message Feature
    msg.textContent = `User has been submitted`;
    // Create the list Item
    users.innerHTML += `
    Name: ${nameArray[0]}

    Email: ${emailArray[0]}
    `;
    // Clear the Fields
    names.value = "";
    email.value = "";
    }
    }

  • @devininformation544
    @devininformation544 Год назад +5

    To the people who are getting "Invalid Date" at 1:02:33 just remove the parameter dob. So your code should look something like "this.dob = new Date();" (without the quotations) and then "console.log(person2.dob);". This has fixed the problem for me. Hope it helps anyone confused or is starting out.
    Edit: I forgot to put this in but please use "/" for the dates. Instead of "4-3-1980" do this instead "4/3/1980". If you do this you can put back the "dob" in the parameter of "new Date(dob)".

    • @fahadfarooq4506
      @fahadfarooq4506 Год назад

      write the date in MM/DD/YYYY format, to remove invalid date error

  • @Naught696
    @Naught696 Год назад +3

    Impressive and very accessible to beginners like myself. Found Loops difficult to grasp, and their purpose.

  • @HumaninWM
    @HumaninWM 3 года назад

    Brad, I'm a grad student studying psychology, and now I need to construct online experiments due to corona virus. It really helped me a lot! Thank you so much.

  • @AliBorsan
    @AliBorsan Год назад

    The best JS Course ever on RUclips until now. This is a decent trainer and deserve likes and follow.

  • @imadabab
    @imadabab Год назад +3

    Brilliant. Thanks a lot Brad for your great efforts as usual.

  • @mastercode7851
    @mastercode7851 5 лет назад +4

    thnaks soooooooooooo much before even watching , best channel ever i stop using adblocker so i can watch all your ad's just for you

  • @sonvu7896
    @sonvu7896 3 года назад

    What i love in Traversy's course: clear and slow talking voice because English isnt my native language, large text in editor which easier to read and follow his code in my editor, great demo which make me easier to understand every basic features of any framework or languague

  • @theharrypeter_xd1237
    @theharrypeter_xd1237 4 года назад +4

    I watched many of tutorials. I didnt satisfy with them. Only you and devEd directly come to the point.

  • @borisbosnjak9772
    @borisbosnjak9772 5 лет назад +7

    I started learning JavaScript 2 days ago...What!!!Thank you!!!

    • @socramzilos
      @socramzilos 5 лет назад

      hoisting and scoping, learn it lol

  • @andres0e0elizalde
    @andres0e0elizalde 2 года назад

    Best JavaScript crash course on RUclips by far! Very step by step and good pace throughout. I went ahead and signed up for the Udemy course.

  • @Adjust91
    @Adjust91 2 года назад

    Jeez I needed this.. I've tried so much to start learning and nothing seems to stick, this so far has been fantastic. I'll continue to read through. I've given myself 3-6 months to refresh what JS I forgot and get a job, wish me luck!!

  • @ISavaXx
    @ISavaXx 5 лет назад +5

    Watched ur html and css crash courses and i learned so much, im sure there is no better place to start learning javascript than this video.
    Thank u!

  • @seyeRFunnnnn
    @seyeRFunnnnn 4 года назад +3

    Awesome course dude, definitely inspired me to continue learning JS. I will most likely be doing the Udemy Course.

  • @sforcedawg2072
    @sforcedawg2072 Год назад +1

    I just want to listen to all your courses without a break. Incredible job on making videos both on Udemy and RUclips!

  • @UserYoutube4321
    @UserYoutube4321 2 года назад

    This is the best crash course I have ever watched. It was so clear and very detailed. I did not expect to learn this much off of a crash course!

  • @faridguelmi7123
    @faridguelmi7123 4 года назад +10

    27:05 there's an exception to this rule, ie Oracle PL/SQL, arrays are one-based. (just for information)

    • @ramoun16
      @ramoun16 3 года назад +1

      for me it's mor intuiive to count form 0

    • @faridguelmi7123
      @faridguelmi7123 3 года назад +3

      @@ramoun16 in everyday life and in math we start counting from ONE, you just got used to zero

    • @mikipiccolo9025
      @mikipiccolo9025 3 года назад +3

      MATLAB too

  • @speaktothepoint2108
    @speaktothepoint2108 5 лет назад +13

    Traversy Media is an excellent compilation of concepts to gear up on to a new technology.

  • @HafeedElbekkaoui
    @HafeedElbekkaoui 2 года назад

    Perfect! You explained in a way suitable not only for JS beginners, but even for someone who's totally new to programming! You're awesome

  • @artempetrenko4216
    @artempetrenko4216 3 года назад

    Amazing...Nothing to add. One of the best free videos on this subject in RUclips. Great thank you man for the things you do!

  • @sourabhk2373
    @sourabhk2373 3 года назад +95

    At 27:00 , Brad says, "Arrays are 0 based; in every language"
    Me : *Laughs in Matlab*

    • @Tntpker
      @Tntpker 3 года назад +3

      And R :)

    • @sohrabkhan9823
      @sohrabkhan9823 3 года назад +2

      @@Tntpker lua too

    • @soulninjadev
      @soulninjadev 3 года назад

      lol u guys start with 1 or what 😂

    • @t.kalker2360
      @t.kalker2360 3 года назад

      @@soulninjadev these poor souls have to start their arrays with 1...
      SAPs language ABAP as well afaik

    • @soulninjadev
      @soulninjadev 3 года назад

      @@t.kalker2360 lol it would be really hard to switch

  • @manish-mk
    @manish-mk 5 лет назад +4

    I think Brad Sir has superpower to read our mind. Whenever I need any course, he just bring it right there.
    Thank You Once Again for bringing such an awesome crash course.

  • @EddieM-kx9vz
    @EddieM-kx9vz Год назад

    This guy is brilliant i have been working through html, css and now javascript, brilliand wee page with the code as well, i did a course online with a lecturer that was constantly making mistakes and correcting himself which really throws you and puts you off. This just highlights how good the guy is. well done Traversy Media 5*****.

  • @rebeccaj210
    @rebeccaj210 3 года назад +1

    So excellent. You seriously just explained this better than any other video, class, or anything I've watched before. Mind == blown.

  • @ramseyj3024
    @ramseyj3024 5 лет назад +311

    First! Go buy that JS course on Udemy....well worth it!

    • @cuaran89
      @cuaran89 5 лет назад +8

      Does Traversy has a JS Course? Whaa?

    • @TraversyMedia
      @TraversyMedia  5 лет назад +18

      @@cuaran89 Check the link in the description

    • @TraversyMedia
      @TraversyMedia  5 лет назад +43

      Thanks Ramsey, I appreciate that :)

    • @ourmodernworldofficial
      @ourmodernworldofficial 5 лет назад +6

      Indeed very good! Will give it 5 stars. Very price worthy.

    • @maxd7228
      @maxd7228 5 лет назад +29

      For anyone wondering the $9.99 or the $11.99 doesn't do it justice. This course is well worth over 100x that. The under $20 price tag for a complete course, that's a drop in a bucket. You'll make that up in your first 30 minutes of your new job.

  • @wardenpataski2882
    @wardenpataski2882 3 года назад +3

    Currently watching this video to refresh my fundamentals because I'm gonna have my first interview in couple days later, it's a front end position. Wish me luck guyss :)

    • @vladislavglad6596
      @vladislavglad6596 3 года назад

      Hope it went well! I will also have my tech. interview soon, so I am brushing up on JS.

  • @robertlynch4370
    @robertlynch4370 Год назад

    Brad is the best teacher! He explains something hard into simple language. His vast knowledge is incredible. Donate that mind to science:) THANK YOU BRAD FOR ALL YOU DO!!!!!

  • @constantlyconstipated2515
    @constantlyconstipated2515 3 года назад

    God bless you man im 14 and i decided that i wanted to learn how to code 2 months ago and i don't regret a second of it.
    By far my favourite tutorial to learn keep at it :)

  • @eduardolucas391
    @eduardolucas391 5 лет назад +5

    You're one of the best instructors and you should know that, right?

  • @the_awakening_msaha5132
    @the_awakening_msaha5132 5 лет назад +5

    You are the only person who motivated me to learn JS. Thanks!!!!

  • @quizzten5654
    @quizzten5654 2 года назад

    Everything you do is amazing, thank you so much for complenenting my 2 year program better than my teachers!

  • @michaelshannon2662
    @michaelshannon2662 2 года назад +1

    A great starter course. Excellent content for the basic concepts of HTML. A little hurried at the end but I will definitely play it over a few times. Can't wait to hear/see the CSS video.

  • @CoderFoundry
    @CoderFoundry 5 лет назад +4

    Another 🔥 crash course! Some advice to beginners...
    Don't feel overwhelmed! 😲 2 hours is a lot to chew on.
    Just watch Brad straight through once, then go through again and code-along, then go back once again and try to experiment with the code.
    If you don't have a code editor on your computer, try using codepen.io

    • @HashimWarren
      @HashimWarren 5 лет назад

      Definitely need more than one pass through. Thanks for making this, Brad!

    • @snjuro4755
      @snjuro4755 5 лет назад

      I recommend eclipse

  • @elfullin
    @elfullin 4 года назад +5

    This isn’t for beginners, but thank you for your hard work. Will come back to this later on.

    • @Cityweaver
      @Cityweaver 4 года назад +3

      Isn't for beginners? This is literally the "ABCs", "first words" and "See John run. Jane ran to me." of JavaScript. If you go to freeCodingCamp.org or w3schools.com, this is the beginning of their courses, too. I'm not sure how JS could be broken down into a smaller part than "var x = '12' is a string, but var y = 12 is a number. Bracket them together to make an array."
      Good luck on your journey.

    • @danothebananovitch9678
      @danothebananovitch9678 8 месяцев назад

      @@Cityweaver It isn't for beginners to programming, it is for beginners who already have experience in other programming languages. Me as a beginner to programming feel like I'm missing too much basic knowledge to know the terms he's using in the context of the syntax and understand exactly how it operates and the reasons behind using it (as opposed to some other syntax)....he's moving from one concept to another really fast and leaves me with many questions every time.

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

    the way he covered so many topics in such a short time, this guy is an absolute legend 🙌

  • @MooudHoseini
    @MooudHoseini 3 года назад

    i had been watched 4 or 5 different courses on this topic before, honestly this was the best of all ... thank you Brad

  • @rahulghatkar5748
    @rahulghatkar5748 5 лет назад +603

    can you please come to my college and start teaching
    .
    .
    .
    my teachers

    • @tuvu8394
      @tuvu8394 4 года назад +31

      I feel the same man. My shitty teacher just assumes we know all the concepts in js and flies through the tutorials. I didn't learn shit in that class.

    • @akashsharma9264
      @akashsharma9264 4 года назад +3

      Bro! I can't stop laughing. Are you a Redditor?

    • @ruhaanshWorld
      @ruhaanshWorld 4 года назад +1

      Where did Bucky go?

    • @brendaleesandiego3214
      @brendaleesandiego3214 4 года назад

      @@ruhaanshWorld yah, where's bucky?

    • @markernestinciong
      @markernestinciong 4 года назад

      Good one, man!

  • @sebastianluehring7488
    @sebastianluehring7488 2 года назад +5

    100Devs Unite!
    Leon sent me here

  • @davidhahn8583
    @davidhahn8583 3 года назад

    Phew, just finished the tut. Thanks Brad. I appreciate your videos and your willingness to teach us.

  • @ramborb8795
    @ramborb8795 3 года назад +1

    The way you put the information here is the way I am use to receive the information. I can understand your videos better that any other video here on RUclips. I also appreciate that you have other videos that goes more in depth for each chapter in this video. I just wrote this comment to say Thank you

  • @ivan_off
    @ivan_off 5 лет назад +3

    Now that's what I've been waiting for!
    P.S.: even thought I don't consider myself a beginner:)

    • @digiexploration530
      @digiexploration530 4 года назад

      Здорово, ты прошел курс? как вообще? я только начинаю - буду благдоарен за советы. тележка - asummers

  • @user-le2ee9ph6h
    @user-le2ee9ph6h 11 месяцев назад +4

    ere are the time codes :)
    1:05 What is JS?
    3:19 Why learn JS?
    4:37 What u will learn in this course?
    6:10 Let's Jump In!
    6:45 Add JS to HTML
    9:38 Basic syntax
    11:14 Variables
    14:17 Data types
    18:33 Strings
    18:44 Concatenation
    19:44 Template String ES6 (2015)
    20:38 String properties and methods
    23:52 Arrays
    30:07 Object literals
    34:19 Array of todos
    35:58 JSON
    37:42 Loops
    40:30 Loop through arrays
    42:24 High order array methods
    46:30 Conditionals
    51:24 Ternary operator
    52:48 Switches
    54:23 Functions
    59:25 Object-oriented programming OOP
    1:05:02 Prototypes
    1:10:30 DOM Document Object Model
    1:14:45 Single element
    1:17:00 Multiple element
    1:19:25 Loop through
    1:20:05 Manipulating the DOM or Changing things in the DOM
    1:30:35 Making a tiny little app

  • @80Vikram
    @80Vikram 3 года назад

    I wish all my teachers taught me with passion you've. God bless you; you are a gem. Keep rocking

  • @narojo3628
    @narojo3628 3 года назад

    Liked the video for going in depth to explain things like the prototype object, writing things the traditional way vs using newer standards that include classes and whatnot. Huge help for a self-taught person like me!

  • @ashwinibarki9255
    @ashwinibarki9255 5 лет назад +7

    Thank you Brad:) very helpfull one.

  • @Noface678
    @Noface678 5 лет назад +6

    Just got done learning the basics of HTML and CSS I was thinking to myself huh easy enough now I watch 10 min of this video and now I’m like what did I get myself into lol.

    • @hm8909
      @hm8909 5 лет назад +1

      I think this video is great for those who already code but want to learn JS. If you're new to coding all together then it's better to start with something less "fast paced" and even more foundational.

    • @charlesbaldo
      @charlesbaldo 5 лет назад +6

      Just hang in there, Brad is great, invest in one of his classes where he goes into detail. His udemy course is great.
      Just dont give up, write code every day, try to learn something new every day. Its a building process, think of it like lifting weights, you are not going to get huge muscle the first day.

    • @Noface678
      @Noface678 5 лет назад +1

      Charles B Thanks I’ll keep studying since I definitely don’t like to be a quitter also I’ll check out Brads online classes as well since he really is a great teacher.

    • @PaulSmithmorningday
      @PaulSmithmorningday 4 года назад

      @@Noface678 I agree this one is a bit harder (im a beginner) but Brad's videos are fantastic. Refusing to give up!