5 JavaScript Concepts You HAVE TO KNOW

  Рет қаралды 1,462,456

James Q Quick

James Q Quick

Күн бұрын

Пікірлер: 1 000
@swaniketchowdhury
@swaniketchowdhury 4 жыл бұрын
LISTEN TO THIS MAN'S ADVICE!!!!! I'm a react dev & I can't stress enough that how important these topics are.
@JamesQQuick
@JamesQQuick 4 жыл бұрын
Glad you agree :)
@jayantjagtap2976
@jayantjagtap2976 4 жыл бұрын
Could any tell if I should do react in typescript, I am just starting. Please guide me
@swaniketchowdhury
@swaniketchowdhury 4 жыл бұрын
@@jayantjagtap2976 you can start using JS, learn TS with it if you can. Or if you are comfortable in TS then you can write in TS.
@jayantjagtap2976
@jayantjagtap2976 4 жыл бұрын
@@swaniketchowdhury I find react with typescript better with type checks but the thing is o cannot find more material to read. And my project is complex keeping the future scope in mind I started the project in react typescript. I want to know your thoughts if I should switch to React in plain js or typescript.
@sreeshakv5405
@sreeshakv5405 3 жыл бұрын
I am from Karnataka India and looking for job in software development. I have completed engineering n have knowledge in JavaScript, node and Android studio. I can share resume. I am in need of job, can someone please help me?
@sidenote1459
@sidenote1459 4 жыл бұрын
Hands down best video on "JavaScript need to knows" I've ever seen. Great job covering the the stuff that people tend to forget are industry standard.
@JamesQQuick
@JamesQQuick 4 жыл бұрын
Wow. Thank you :)
@therustguy10
@therustguy10 4 жыл бұрын
1. Equality 2. Asynchronous Js 3. Error Handling 4. Es6 Syntax 5. Array Methods
@AbhinayKumarBAK
@AbhinayKumarBAK 4 жыл бұрын
Thankyou 👍
@flashdoom
@flashdoom 4 жыл бұрын
1. diff between == and === 2. solved in typescript 3. solved in typescript 4. just standard syntaxes used everywhere 5. map,find,filter,push,pop on arrays
@vadymstepovyk5435
@vadymstepovyk5435 4 жыл бұрын
just copypasted description - true programmer
@tunamusic2314
@tunamusic2314 4 жыл бұрын
@@vadymstepovyk5435 so grateful :))
@Abrasive_TouchXx
@Abrasive_TouchXx 3 жыл бұрын
@@flashdoom king
@johnmcintyre9741
@johnmcintyre9741 4 жыл бұрын
I like how you mention items people need to know when learning. I am learning and find people staying too simple, not adequate explaining, or being extremely complex. You are in the middle where many of us need help. I will be watching for your crash course.
@AlexanderGeorge1991
@AlexanderGeorge1991 Жыл бұрын
2 years on how are you doing?
@invincibul
@invincibul 3 жыл бұрын
A JavaScript crash course for 2021 would be dope - you’re the most well-spoken JavaScripters I’ve come across.
@oanacristea2572
@oanacristea2572 3 жыл бұрын
Andrei Neagoe
@vaibhavshinde5520
@vaibhavshinde5520 2 жыл бұрын
Akshay saini
@dicksontv5323
@dicksontv5323 2 жыл бұрын
kzbin.info/www/bejne/ql7IkmONf7CcmJo
@androidocean2796
@androidocean2796 4 жыл бұрын
05:47 - ES6 or ES2015, not ES2005(For new developers).
@harrisonmayotte7226
@harrisonmayotte7226 3 жыл бұрын
lol I was wondering if anyone else heard that
@dilln2158
@dilln2158 3 жыл бұрын
I was looking for this comment lol
@ADNAN0MNM
@ADNAN0MNM 3 жыл бұрын
@@dilln2158 I was shook.
@yayz_
@yayz_ 3 жыл бұрын
Simple mistake, its not like he said ES25000BC
@natura-g5i
@natura-g5i 3 жыл бұрын
It's a PERFECT video to someone who's already in touch with JS, but very confusing for a beginner.
@Ali-mj9lw
@Ali-mj9lw 3 жыл бұрын
Hahahahha right
@TimGreig
@TimGreig 2 жыл бұрын
Totally agree
@mooshy5944
@mooshy5944 3 жыл бұрын
I'm a professional developer, and I agree with all of this, especially making use async/await. One thing I would add is to start using Typescript sooner than later.
@JustinShaedo
@JustinShaedo 2 жыл бұрын
Yes! 100%! A lot of this video seemed to be about problems that don't exist in typescript. ... We knew it was (in most/many cases) better back in early 2000 (with other Web languages), it's just as much/even more so today.
@Barnardrab
@Barnardrab 2 жыл бұрын
Agreed. TypeScript made JavaScript tolerable. I just don't get this idiotic trend towards loose typed languages.
@ciuee
@ciuee 2 жыл бұрын
How is typescript related to Javascript and what are its uses? Sorry I'm quite new to programming.
@Barnardrab
@Barnardrab 2 жыл бұрын
@@ciuee TypeScript is a compiled version of JavaScript. TypeScript adds type syntax to JavaScript, which is used to prevent errors such as assigning a number to a string variable.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
Interesting, I was just reading a report where the principal developer behind Svelte says TypeScript is “not worth it” for developing libraries. Instead, interface types are declared using JSDoc annotations.
@jesssmith9291
@jesssmith9291 3 жыл бұрын
I am on my 6th month in college for web dev and javascript has been allot to take in, I absolutely love watching your videos when I'm stuck on assignments. You explain things very well! Thank you for doing these videos! Your awesome 🙂
@latinstuff1
@latinstuff1 2 жыл бұрын
just take a bootcamp lol
@umarbabajidda9664
@umarbabajidda9664 3 жыл бұрын
Man... this video turned waaaay more useful than I thought. As someone who writes JavaScript but doesn't have a clue what they are doing...this is solid advice.
@christopherjohnson6537
@christopherjohnson6537 3 жыл бұрын
I think a part two would be warranted covering: 1. Objects and how inheritance works 2. JavaScript's class syntactical sugar 3. Protected and private class properties and methods 4. How to implement OOP and functional programming with JavaScript
@richochet
@richochet Жыл бұрын
Yes to this!
@pianowhizz
@pianowhizz 4 ай бұрын
No one sane uses classes. If you want classes, use Java :-p Prototype inheritance and hooks are all by sane human needs in their life.
@andreroydev
@andreroydev 4 жыл бұрын
Please make this crash course of those 5 concepts a reality! 🙏
@JamesQQuick
@JamesQQuick 4 жыл бұрын
Oooh I like that idea!
@aaronlinton-chambers
@aaronlinton-chambers 4 жыл бұрын
Yes please
@samuelnmeje
@samuelnmeje 4 жыл бұрын
@Lowkey Loki you are hilarious, 😹😹
@Rikk1984
@Rikk1984 4 жыл бұрын
@Lowkey Loki I've been going through that all week. Fairly confident in my concepts of vanilla JS then bam the moment I start learning jquery...🤯🤯🤯🤯🤯🤯
@Rikk1984
@Rikk1984 4 жыл бұрын
@Lowkey Loki good move. Makes the the transition a lot smoother
@B_dev
@B_dev 4 жыл бұрын
this man just returned from the javascript badlands holy shit r u ok my man
@JamesQQuick
@JamesQQuick 4 жыл бұрын
Damn...yes, I'm fine. Very healthy and plenty of sleep. Don't know why my eyes look red and puffy on camera
@wiertomta173
@wiertomta173 4 жыл бұрын
@@JamesQQuick I think it's the lighting of your room, combined with a cool light temperature on your camera light / monitor...
@sowianka9258
@sowianka9258 3 жыл бұрын
Omg, you made my day with this comment 🤣🤣🤣
@BillFlann9
@BillFlann9 3 жыл бұрын
Hi James, I'm new to JavaScript, but not programming. Most KZbin tutorials are for beginners with very basic explanations of what variables are, why we need them etc. That's great for the beginners who need it, but not the best use time for me (and probably many others). I'm looking for more 'developer's wisdom' type of videos such as this one. I'm looking forward to your crash course video(s), especially if it contains some lessons of what you learned (the hard way) from experience. Thanks for this excellent video!! ...........Liked and subscribed
@dicksontv5323
@dicksontv5323 2 жыл бұрын
kzbin.info/www/bejne/ql7IkmONf7CcmJo
@thestarr5844
@thestarr5844 Жыл бұрын
Did you get a job ?
@TheRealDunkirk
@TheRealDunkirk 4 жыл бұрын
I've been programming since I was 10. I've been doing it for a living for 27 years. I've done projects in most major languages. I wrote a single page app with vanilla JS about 10 years ago. I've been writing a new SPA with VueJS for the past couple of months. This is a really good list for beginning JS programmers.
@codingwithazan2280
@codingwithazan2280 2 жыл бұрын
can u plz help me?
@cmdv42
@cmdv42 3 жыл бұрын
crash course would be great 💯and seeing how the pieces fit together visually would be very helpful!
@rainiercodes4064
@rainiercodes4064 3 жыл бұрын
I started learning js a few months ago and these 5 things were literally my biggest hurdles until recently. It's ironic that you pointed them out perfectly
@JamesQQuick
@JamesQQuick 3 жыл бұрын
Glad it was relevant for you :)
@tariquethomas7816
@tariquethomas7816 3 жыл бұрын
I would like to see a crash course on these topics please. Thank you James!
@donblack1571
@donblack1571 3 жыл бұрын
Agree
@Hyuts
@Hyuts 2 жыл бұрын
I can't stop using [array methods] since I started but sometimes it can be a bad habit. Array methods cannot be broken out of so be mindful with big datasets or searching. Great video!
@sandip_bettereveryday
@sandip_bettereveryday 4 жыл бұрын
Understanding 'this' and 'prototypal inheritance' are two important topics to consider as well.
@kirillvoloshin2065
@kirillvoloshin2065 3 жыл бұрын
who are the people disliking this video?! everything is explained simple and straight to the point! very important topics to understand as a JS dev.
@rishabhanand4270
@rishabhanand4270 3 жыл бұрын
Knowing how pass by reference and pass by value work in javascript is also important, it's basically how primitives vs objects are treated. And not just async / await, the event loop in general, this will introduce stuff like requestAnimationFrame in browsers and process.tick in Node. The best thing is the ability to write javascript that is easy to read. It's very hard to make sure everyone can read your code. This will introduce linters and beautifiers to beginners. Finally, I also suggest everyone to switch to typescript because it's a better superset and there isn't really a reason not to.
@Martinit0
@Martinit0 2 жыл бұрын
Agree on the pass by reference vs value question. Especially with arrays it can be non-obvious to the beginner. Some Array methods create new arrays, others modify the array in place. This leads to statements that look strange like arr2 = arr1.concat(); Why would you concatenate arr1 with nothing? Well, this is how you crate a copy of an array.
@DavorZdralo
@DavorZdralo Жыл бұрын
There is no pass by reference in JS, only pass by value. If you were passing in by reference, you could change when the reference is pointing to, like you can in C, but you can't. You are passing a reference by value, which is different from passing by reference.
@graydenfisher5704
@graydenfisher5704 2 жыл бұрын
Thank you so much for this video! I have been living under a rock since I built my last great webapp, I got javascript certification in 08 without ever actually needing it before then and couldn't understand why the programing meme group was always saying how hard it was, then I started to learn one of the modern frameworks and was completely unaware that es6 changes were now standard and I finally understood why everyone was saying it was difficult. This doesn't really resemble the JS I learned back then, but after watching your video and looking up these things it makes a lot more sense now.
@DJ_Melech
@DJ_Melech 4 жыл бұрын
Dude looks like he's been coding instead of sleeping.
@someoneoutthere1866
@someoneoutthere1866 4 жыл бұрын
var x = (...n) => {console.log(n[0])};
@JamesQQuick
@JamesQQuick 4 жыл бұрын
Hmm, I sleep about 8 hours a night but I get lots of these comments. IDK why I don't look like I'm sleeping but i promise I am lol
@DJ_Melech
@DJ_Melech 4 жыл бұрын
@@JamesQQuick good! :)
@beastmasterbg
@beastmasterbg 4 жыл бұрын
@@JamesQQuick do you drink water, take cold showers ,exercise. Those would probably help
@christian_k_e
@christian_k_e 4 жыл бұрын
@@JamesQQuick then you need a skincare routine
@Arrogar
@Arrogar 4 жыл бұрын
I'd add to the list Callbacks + Prototype & Prototypal Inheritance, which both of them relate to knowing Objects in JS. Those are ones that are most used and can be a bit hard to grasp for beginners. Afterwards try applying basic principles like DRY and KISS. Cheers!
@YaroLord
@YaroLord 3 жыл бұрын
being a programmer isn’t stressful! - james, 21 years old
@newaz1268
@newaz1268 3 жыл бұрын
😂
@thamarai_kannan_thala4982
@thamarai_kannan_thala4982 3 жыл бұрын
True 😚I love it
@mrwho.7163
@mrwho.7163 3 жыл бұрын
it is not stressful ? you joking or its sarcasm
@binitrupakheti4246
@binitrupakheti4246 3 жыл бұрын
He's only 21. Dude looked at least 25. Being a programmer is definitely stressful
@bhoot1702
@bhoot1702 3 жыл бұрын
Ooooohh I see what you did there 😹
@BlexPlayz
@BlexPlayz 2 жыл бұрын
I just started out and I love watching these type of videos. Today, right now, I only kinda know what your talking about, but I know that in a few months when I re-watch this, I'll be taking notes frantically and get right into practicing. 😄 Honestly, one of the things that attracted me to coding was the fact that I'll never be able to learn EVERYTHING. There will always be new things to discover and new problems that will no doubt drive me crazy and have me spend hours (days? More?) looking for a solution. I'm just sad that I have to waste time at my day job (where I feel like I've reached the final level and have nowhere left to climb) 😫😫
@Doolz51
@Doolz51 2 жыл бұрын
The bags under yours eyes really sell the “I’m a JavaScript developer” message. Joking, but awesome video. Thank you.
@cherylann1104
@cherylann1104 Ай бұрын
Thank you for this awesome summary. It really gets to the heart of what constitutes a comprehensive JS programming skillset, and provides an excellent perspective. Yes I would most certainly follow a course that you put together on these 5 topics
@L8rCloud
@L8rCloud Жыл бұрын
Asynchronous JS and Error Handling are the most important things that will level up your coding - I would have also added testing. I think everything else is superfluous
@NBA6Fan
@NBA6Fan 3 жыл бұрын
I'm learning for 2 months only and it feels so good to hear familiar stuff finally.
@JamesQQuick
@JamesQQuick 3 жыл бұрын
Yayyyy
@ZeroReign
@ZeroReign 3 жыл бұрын
Great video! Lately, I've been more disciplined in doing back to basics learning, and totally agree with the points you made. I have found sometimes, with work I would forget to think about some of them following the patterns and pre-existing code. Another one I think I would like to learn about is logging and alerting for your application. Perhaps that topic is more its own topic, but definitely something I would like to learn more about specifically around monitoring and alerting for your applications.
@saurabhpimplapure2303
@saurabhpimplapure2303 3 жыл бұрын
best thing about internet is that you get stuff like this video for absolutely free!! what a wonderful video and how nicely explained
@zaink3845
@zaink3845 3 жыл бұрын
What are those VSCode extensions you’re using for logging in the editor? Actually, it’d be nice if you have a list of recommended extensions in relation to JS and React 🙂
@sengarnikhil
@sengarnikhil 3 жыл бұрын
He is using quokka and try es6 es7 snippets
@jaxonpetersen5942
@jaxonpetersen5942 2 жыл бұрын
Very good channel. No Bs. No frills. No delays. Very quick easy efficient digest of information.
@alessiocancian6929
@alessiocancian6929 3 жыл бұрын
You forgot TypeScript, coming from JavaScript it's the best thing to learn nowadays and it saves a lot of time when developing, helping with type checking, documentation and (last but not least) autocompletion.
@Martin-wb6nv
@Martin-wb6nv 3 жыл бұрын
Agree , especially with the array methods. They are very confusing in the beginning but are so helpful once you get good.
@lowercaseguy3578
@lowercaseguy3578 4 жыл бұрын
I started with C and then javascript then Data structure & algorithm , after that the speed at which I understand inner details increased exponentially.
@FlaviusAspra
@FlaviusAspra 4 жыл бұрын
Of course. Fundamentals first is the correct route.
@bashdante3333
@bashdante3333 2 жыл бұрын
Thank you so much, I´m starting in Javascript and with this useful videos show us how to start in a pretty accurate learning path.
@over1498
@over1498 2 жыл бұрын
I like this guy. Seems like an actual subject matter expert, which is rare. After years in test engineering I’m trying to broaden my scope and really understand the language I’m using daily (trust me you can be a great QA Engineer and not really know how it’s working). Anyway, a shocking number of YT channels seem to have no evidence they’ve ever coded anything, and just make videos about vaguely what to learn (hTmL cSs aNd reaCT gUys) and then a lot more videos on career advice and how much money they make 😂 I’m convinced at least a couple of them have never coded at all and just used KZbin tricks to make a channel about it. I respect the hustle I guess but it’s really not helpful. Anyway thanks, even in this quick high level summary you gave code examples so I’ll definitely be subbing and going through this channel’s backlog
@tom.watkins
@tom.watkins 4 жыл бұрын
Great list, I would say truthy/falsely checking is another fundamental basic thing that tends to boggle the mind of a lot of people I see learning JS for the first time.
@gurjantsinghriar4385
@gurjantsinghriar4385 3 жыл бұрын
If you guys don't have anything good for him, don't say anything bad. he is just sharing his knowledge and guiding you. I liked what he mentioned in this video.
@QaSiM937
@QaSiM937 4 жыл бұрын
I really want to know, which plugin you're using to see real-time errors and console outputs.
@Rorrshaj
@Rorrshaj 3 жыл бұрын
quokkajs
@elektroskeptic481
@elektroskeptic481 3 жыл бұрын
And what is that fancy looking editor? Is that Babel?
@tag9047
@tag9047 3 жыл бұрын
As a lead developer, I can confidently agree that asynchronous code is probably the most important concept to grasp when learning JS. Also, learn Array.reduce() like the back of your hand. Will literally save you many lines of code.
@dealloc
@dealloc 3 жыл бұрын
Prefer for loops over reduce. Both read the same, but for loops doesn't create a performance time complexity for no reason. Plus it can be easily refactored to for..of for (async) iterators and generators when you need it.
@aaronpaterson7582
@aaronpaterson7582 4 жыл бұрын
yes, i love a hands on js course please.
@dancemusikk
@dancemusikk 3 жыл бұрын
Yesss!!! Please do the course! And if you can talk about Objects and the This keyword, also using those array methods with objects. Thank you!!
@eslamsobhy5692
@eslamsobhy5692 4 жыл бұрын
Yeah, it will be so cool to make this crash course about those 5 concepts! ❤😄
@cookieswirlcc5683
@cookieswirlcc5683 2 жыл бұрын
The first one was SUPER helpful for me. I was really confused about why a line or block of code that has equality could have === or ==. Thank you so much for clearing that up for me!
@diogocastelo6187
@diogocastelo6187 4 жыл бұрын
It looks like you're crying! don't be sad my dude, there are people out there coding in C
@arkanglegeibriel
@arkanglegeibriel 4 жыл бұрын
I still code in C, that speed is stupid good.
@ironcladruffian1490
@ironcladruffian1490 4 жыл бұрын
C is good. C is good.
@akarapongboonrat9338
@akarapongboonrat9338 4 жыл бұрын
C is life
@JamesQQuick
@JamesQQuick 4 жыл бұрын
lol not crying. For some reason my eyes look red and puffy on camera.
@J90JAM
@J90JAM 4 жыл бұрын
Needs must, my guy.
@dianesmith-knowles4268
@dianesmith-knowles4268 2 жыл бұрын
My JavaScript is *very* rusty! This is super helpful to get back into .js shape. Thank you!
@aaronlinton-chambers
@aaronlinton-chambers 4 жыл бұрын
You are gift that keeps on giving. Thanks James
@P00ters1
@P00ters1 2 жыл бұрын
this is so important for interviews. u must know this 5! thank you for ur help
@That__Guy
@That__Guy 3 жыл бұрын
I think this is important. And since you cannot really tell what I mean by "this", that's what you need to learn.
@mishasawangwan6652
@mishasawangwan6652 3 жыл бұрын
thank you. finally someone said it.
@yurekgolge
@yurekgolge 2 жыл бұрын
Thank you this was very helpful because I'm just getting started and now I have a bigger picture in my head. Thanks again.
@MaxProgramming
@MaxProgramming 4 жыл бұрын
The funniest entrance you have done ever 😂
@JamesQQuick
@JamesQQuick 4 жыл бұрын
haha thanks!
@deansolistino
@deansolistino 4 жыл бұрын
Great video! The way your phrased interconnected ideas was great!
@arielspalter7425
@arielspalter7425 3 жыл бұрын
You came up on my yesterday, and this is the second video of yours I've watched. You're spot on. Subscribed!
@aaronlinton-chambers
@aaronlinton-chambers 4 жыл бұрын
I am literally learning Asynchronous programming now.
@lowercaseguy3578
@lowercaseguy3578 4 жыл бұрын
function yes{return new Promises(); } oh man promise are quick to forget
@stfalx
@stfalx 4 жыл бұрын
I am asynchronously programming a literal!
@HawkMcDork
@HawkMcDork 4 жыл бұрын
i've been learning JS during covid, this is a great review and clarification, excited to check out more of your videos....thank you for this content! and YES to the crash course!
@juliomolina8972
@juliomolina8972 4 жыл бұрын
Writing these down ✍️ Also I would be interested in this becoming a tutorial 😀
@ragtop63
@ragtop63 3 жыл бұрын
I have zero experience with JS. I recently wrote a Chrome extension that parses my Amazon invoices and dumps them out into CSV format. The biggest issue I had was that if you want to do more than a simple "Hello World" app, you're pretty much going to be forced into async/promise/await land. Wrapping my head around that concept as the core flow of an application took me a while. Even after I felt like I had it somewhat figured out, I quickly realized that a solid design pattern (like MVC) was going to be needed if I wanted to prevent my project from turning into some big giant glob of inextensible code. So then I had to learn all that stuff too. That being said, learning JS has probably been the most frustrating language for me to learn so far. But I'm also not a developer so I guess there's also that.
@JamesQQuick
@JamesQQuick 3 жыл бұрын
Asynchronous nature of JavaScript is definitely challenging to learn. I struggled with it for a long time!
@Mr1Horhe
@Mr1Horhe 3 жыл бұрын
0:03 When the errors fix themselves after 4 hours of debugging
@tranhieu133
@tranhieu133 3 жыл бұрын
Thank you for this incredible video, I have a question that If I'm new to Array Methods. What I should do to get familiar with them all? And another question is do you solve leetcode on a daily basis and post it on your channel, If the answer is yes, should I learn the way you code, your answer in leetcode by rote? Thank you!
@funkykong9001
@funkykong9001 4 жыл бұрын
Some code examples while you speak of each idea would be helpful
@MVIVN
@MVIVN 2 жыл бұрын
I feel so overwhelmed 😞 I hope in another few years I’ll start to progress. Struggling a lot with learning and feeling like I’m not progressing.
@prudhvichinnam1488
@prudhvichinnam1488 4 жыл бұрын
Do vanilla async projects for beginners like movie search API
@JamesQQuick
@JamesQQuick 4 жыл бұрын
That's a great example!
@prudhvichinnam1488
@prudhvichinnam1488 4 жыл бұрын
@@JamesQQuick please do this project
@LexterDev
@LexterDev 4 жыл бұрын
Good video bro! What's the camera you're using to record your videos?
@JamesQQuick
@JamesQQuick 4 жыл бұрын
Hey! It’s a canon m50
@tomkimsour
@tomkimsour 4 жыл бұрын
Use typescript and the video it solves most of the problems 👌
@Ferenc-Racz
@Ferenc-Racz 4 жыл бұрын
Agreed! Everybody have to stop strugling with JS. Learn Typescript, and thats all.
@Zainab500
@Zainab500 2 жыл бұрын
Thanks! I’ve learning JavaScript for one week now :)
@Zainab500
@Zainab500 2 жыл бұрын
@Laura W Andersen thank you, good luck to you too!
@maloukemallouke9735
@maloukemallouke9735 2 жыл бұрын
thank you for video , you should sleep moore
@rstar3794
@rstar3794 3 жыл бұрын
I thought i knew everything about JavaScript, after watching your video i realized i was right. :)
@JesseGilbride
@JesseGilbride 2 жыл бұрын
Great rundown of super important core stuff. As an addendum, I might add: import/export, let & const mutability (and scope), and classes.
@littlejoh713
@littlejoh713 3 жыл бұрын
I'm starting out with JavaScript after coming from courses in C#, HTML and CSS, I would love a crash course!
@DTRI89
@DTRI89 3 жыл бұрын
Very helpful my man. I feel I get lost often with Javascript and I'm glad you have vids to can help further explain the simple things
@bobbytwokills4870
@bobbytwokills4870 2 жыл бұрын
Is there a specific extension you're using that's flagging the errors in the document rather than just the terminal? Looks really useful. Example is 5:04 where it's saying 'invalid URL'
@JamesQQuick
@JamesQQuick 2 жыл бұрын
It's probably the Quokka extension. It's great!!
@thismoment57
@thismoment57 3 жыл бұрын
Really enjoy your teaching style. You have my vote for making that in-depth Javascript course you mentioned towards the end. 🙏
@AhmetMurati
@AhmetMurati 4 жыл бұрын
In one case a friend of mine had some problems with a website he developed and he had to develop a feature to show a photo upon mos over of a smaller image and he invited me to have a coffee and in meantime I wrote the JavaScript code to do it and it worked. He was amazed how fast I could do it.
@RivieraKid69
@RivieraKid69 2 жыл бұрын
18 months on and still relevant. I like that you show techniques that are actually relevant in the workplace. Very clear, and nice and short. Good luck in any new ventures.
@JamesQQuick
@JamesQQuick 2 жыл бұрын
Yay! Thanks for watching!
@BigParadox
@BigParadox 6 ай бұрын
These five are definitely very important. Good video!
@alexchacon9784
@alexchacon9784 3 жыл бұрын
I would *love* a JS crash course video, did you end up making it?
@pjf7044
@pjf7044 2 жыл бұрын
There are lots of built in array methods, string methods etc but are there many built in object methods ? Example maybe a method that automatically restructured an object and turns the key value pair values into separate objects? Etc
@connergoldberg
@connergoldberg 3 жыл бұрын
Great breakdown. Async javascript can get confusing as hell especially since you can't easily follow what applications are running and when.. so having an understanding of these things are important as well as debugging network calls within your web application (but that isn't specific to javascript only)
@anaklelakilaut
@anaklelakilaut 2 жыл бұрын
this keyword is important too. Knowing the scope helps a lot when debugging
@nullsafety9658
@nullsafety9658 2 жыл бұрын
Arrow functions and Anonymous functions are really good to know when learning React
@Epaminaidos
@Epaminaidos 2 жыл бұрын
Two important things are missing: prototyping and "this". Both differ wildly from other OO languages. And you'll never learn them if you don't do it actively. ES6, error handling and array-methods are things you'll just come across in existing code and you'll get the idea.
@oh_goliath
@oh_goliath 3 жыл бұрын
Off topic but what was the plug-in you used to show the errors in line when talking about error handling?! Looks so cool!
@JamesQQuick
@JamesQQuick 3 жыл бұрын
Quokka :)
@computerprogrammingwebtech3017
@computerprogrammingwebtech3017 3 жыл бұрын
These are Interesting insights about some of the key concepts about JavaScript! Asynchronous, ES6 Syntax and Error handling are areas to focus on especially for senior JavaScript developers.
@jonv4914
@jonv4914 3 жыл бұрын
Searched for the Crash Course but I don't seem to find it, maybe you haven't done it yet. Keep up the good videos
@mandyonunze
@mandyonunze 2 жыл бұрын
I watched this video several months back and I didn't quite understand. I was also struggling to stay motivated so I was just trying to cut corners by watching this video 😂 but I understand now. Thank you.
@DavorZdralo
@DavorZdralo Жыл бұрын
2:00 is correct in what the effect is, but for the wrong reasons. In JS, you're not working with objects, but with object references. So when you compare them with == it does exactly what makes sense, it compares the references, not the object that they refer to. It's the same as comparing two pointers in C/C++, it's just that JS variables being pointers is implicit,
@bensheridanedwards
@bensheridanedwards 3 жыл бұрын
Hey James, great video! Which extension are you using to show the result of the highlighted line to the right of the code?
@bensheridanedwards
@bensheridanedwards 3 жыл бұрын
For anyone interested, the extension is Quokka.
@MartinGeremiFlores
@MartinGeremiFlores 3 жыл бұрын
Started working more with javascript, this video has been a great help.
@ness-ee
@ness-ee 3 жыл бұрын
6. Higher order functions. 7. Testing frameworks like Jest + Cypress - Ever worked on a project and put in dummy JSON in place of a ‘real endpoint’ whilst you’re waiting for it to be built by the back end team only to swap it in when it becomes available? There’s no need to do this. Set up Cypress to stub out the real API response with your dummy JSON and keep the real request where it belongs. Also put in all the edge cases that might be in the data into that dummy JSON and write some tests for them. 8. TypeScript Generics - not knowing this is like trying to speak Spanish without the subjunctive tense. 9. Write testable units of code (not just a JS thing). 10. Learn what goes where in a js project, like if you get something from the store in a deeply nested component and you start making computations on that store item in that component then every instance of that component is doing that computation. It could have been done once in the store.
@luketembanimunyandu3326
@luketembanimunyandu3326 Жыл бұрын
The way you explained complex concepts with such clarity and simplicity is commendable. 👍👍👍
@petervillaroman3313
@petervillaroman3313 2 жыл бұрын
The error handling section made me appreciate how much hand holding TypeScript does in this regard. I don't have to worry about most of the things he is talking about when using TS.
@BeefBurgerStrawberryMilkshake
@BeefBurgerStrawberryMilkshake Жыл бұрын
Thank you for the short version! Omw to the array playlist.
@johnwong5236
@johnwong5236 3 жыл бұрын
Awesome video! Count me in for your crash course !
@benjamin_fdw
@benjamin_fdw 2 жыл бұрын
Excellent video, I would just recommend avoiding over checking because it is often a sign of misunderstanding the workflow and its preconditions. I would also say don't try catch everything because it will lead your app to fall into inconsistent state
@franklemanschik_de
@franklemanschik_de 3 жыл бұрын
Out of my limited view as a Senior EcmaScript Engine Implementation guy is that you should Learn about "Strings" in JS as you most time interact with "Chars" and Text Represented as String and in JS a String is a chain of UTF.8 chars by definition. that leads to the fundamental that diffrent data can result in the same String that gets represented as output while matching it is a diffrent string. Anyway funny that you rate Execution more importent then the fundamentals.
@diegomarzo4001
@diegomarzo4001 4 жыл бұрын
Fantastic video dude! Really spot on. Subscribing to your channel. How the hell there are people disliking this video?
@erniea5843
@erniea5843 3 жыл бұрын
It’s all the JS haters
@SolucionesNH
@SolucionesNH 2 жыл бұрын
5:47, miss landing you said ES2005 and is ES2015. Great video.
10 JavaScript Interview Questions You HAVE TO KNOW
13:41
James Q Quick
Рет қаралды 84 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Mastering JavaScript - EVERYTHING You Need To Know
13:28
Tech With Tim
Рет қаралды 35 М.
5 Must Know JavaScript Features That Almost Nobody Knows
18:06
Web Dev Simplified
Рет қаралды 479 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
How to MASTER Javascript FAST in 2023
12:49
Internet Made Coder
Рет қаралды 384 М.
5 Projects You Can Build In A Week That Will Get You Hired
10:36
Web Dev Simplified
Рет қаралды 961 М.
Learn Any Programming Language In 3 Hours!
22:37
Code With Huw
Рет қаралды 642 М.
All The JavaScript You Need To Know For React
28:00
PedroTech
Рет қаралды 691 М.
Tips For Using Async/Await in JavaScript
16:26
James Q Quick
Рет қаралды 397 М.
7 React Lessons I Wish I Knew Earlier
7:30
Code Bootcamp
Рет қаралды 77 М.
So, you want to be a programmer?
20:43
ForrestKnight
Рет қаралды 475 М.