Objects - Beau teaches JavaScript

  Рет қаралды 42,259

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Learn all about objects in JavaScript.
Code:
🔗 codepen.io/beau...
More info:
🔗 developer.mozi...
Beau Carnes on Twitter: / carnesbeau
⭐JavaScript Playlists⭐
▶JavaScript Basics: • JavaScript Basics Course
▶ES6: • ES6 - Beau teaches Jav...
▶Design Patterns: • Design Patterns - Beau...
▶Data Structures and Algorithms: • Data Structures and Al...
▶Clean Code: • Clean Code - Beau teac...
-
We're busy people who learn to code, then practice by building projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our open source community.
Join our community at freecodecamp.com
Follow us on twitter: / freecodecamp
Like us on Facebook: / freecodecamp
Follow Quincy on Quora: www.quora.com/...

Пікірлер: 46
@RealToughCandy
@RealToughCandy 7 жыл бұрын
Great video, definitely not for beginners though!
@bennando
@bennando 6 жыл бұрын
This was going to be my comment exactly!
@rolerasi1
@rolerasi1 5 жыл бұрын
is this video about object oriented javascript? because i see things like contructors, objects and stuff and that supose to be an object oriented concepts
@Catalyst313
@Catalyst313 3 жыл бұрын
I'm not a beginner?? 😳😳
@yellowbeard1
@yellowbeard1 6 жыл бұрын
Copying and pasting functions is a little confusing to beginners. If you meant this as a refresher video for someone who has experience already then I can see why you made the video this way but if this video was meant for beginners can you explain the functions in more detail next time and go through the logic of why you made the functions that way as you write them instead of “Here’s a function I had offscreen, here’s a brief explanation for a couple seconds and now let’s move on”
@DomedIsDoomed
@DomedIsDoomed Жыл бұрын
Broad scope of topics that's well covered, still relevant for many Javascript users!
@CranKBec
@CranKBec 7 жыл бұрын
Copy & paste doesn't help beginners, Thanks for the video.
@jamster0777
@jamster0777 7 жыл бұрын
It never ceases to amaze me how the video content always is fresh and interesting, even for somethings I may have used and done many times before.
@XLpacman805
@XLpacman805 7 жыл бұрын
this dude types faster than a mustang lol
@horsegirl505
@horsegirl505 7 жыл бұрын
Haha I was going to say the same thing.
@horsegirl505
@horsegirl505 7 жыл бұрын
luckily youtube has a feature where you can slow down the video speed.
@XLpacman805
@XLpacman805 7 жыл бұрын
Horsegirl505 yup that is useful haha. how's your coding journey going?
@horsegirl505
@horsegirl505 7 жыл бұрын
Lord_Trumoo feels slow. Sometimes I feel like I should know things from what I learned earlier. But I just started coding a little over a month ago. And you?
@XLpacman805
@XLpacman805 7 жыл бұрын
I like it so far. I'm on the basic JavaScript algorithm challenges right now and sometimes I think I make the problem harder than it really is. Do you like coding?
@DanielWeikert
@DanielWeikert 6 жыл бұрын
Thanks. What is the most uptodate /best way to create classes now? Is it better to use the class or do it via a function? Advantages Disadvantages? Using class feels more natural to me and is closer to other programming languages
@persenbp4160
@persenbp4160 3 жыл бұрын
egain, just like in the "basics JavaScript courses" on FreeCodeCamp's curriculum, every thing seem mystified, it's as if you were in a hurry and skipping explanations. In the course it's feel like you're teaching your self and not a student, and as if your assuming the student know what is in your head. Please try to clarify your teaching methods, especially in the curriculum of javaScript, everything feel very uncomfortable, just like in this video !
@akrambiblo784
@akrambiblo784 3 жыл бұрын
My dear borther! tnx very much for making such useful videos...
@peculiarmichael874
@peculiarmichael874 Жыл бұрын
This video wasn't beginner friendly. But thanks for sharing this. I'll come back here in the future, hopefully.
@diyashenn1276
@diyashenn1276 6 жыл бұрын
what kind of software do u use?
@tasoulman
@tasoulman 6 жыл бұрын
We iterate through every property of the object and then we check if the property belongs to the object ? Is this one of Javascript's ugly and ridiculous things ?
@gaurav5578
@gaurav5578 6 жыл бұрын
Who hates Mustang ??? btw explained topic very well...thanks!!!
@KennyZzy
@KennyZzy 7 жыл бұрын
woot happened at 2-15 I did not get it . I mean what is he trying to do with objects with function?
@hashtagtrends9886
@hashtagtrends9886 4 жыл бұрын
Thank you!
@skinnynick
@skinnynick 6 жыл бұрын
can someone explain to me the point of creating objects.
@islombekmirsalimov3185
@islombekmirsalimov3185 Жыл бұрын
It has been five years, so no point in me answering your question, but I really hope you got your answer in those years.
@Traybair
@Traybair Жыл бұрын
How do you hate a 69 Mustang? That is wild.
@carpediem73
@carpediem73 4 жыл бұрын
thanks
@aaronargottelopez3488
@aaronargottelopez3488 4 жыл бұрын
Great!
@TheCrusaderRabbits
@TheCrusaderRabbits 5 жыл бұрын
Too fast
@saumilsunilshah5663
@saumilsunilshah5663 4 жыл бұрын
this looks a lot like structs . Any Pro Can help this noob ? to clear this doubt?
@devanluciano8584
@devanluciano8584 5 жыл бұрын
im sure it is good content. just cant key past the keyboard noise. it is like nails on a chalk board to me.
@mandaputtra
@mandaputtra 6 жыл бұрын
Not for begginers
@aaronargottelopez3488
@aaronargottelopez3488 4 жыл бұрын
@thatguy-zester3500
@thatguy-zester3500 6 жыл бұрын
This is too tough for me man, u should've explained, u gotta dislike it, sorry🙄
@aaronargottelopez3488
@aaronargottelopez3488 4 жыл бұрын
Objects, part 2: Beau teaches JavaScript
4:22
freeCodeCamp.org
Рет қаралды 16 М.
Reference Vs Value In JavaScript
15:12
Web Dev Simplified
Рет қаралды 182 М.
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 105 МЛН
나랑 아빠가 아이스크림 먹을 때
00:15
진영민yeongmin
Рет қаралды 6 МЛН
JavaScript Pro Tips - Code This, NOT That
12:37
Fireship
Рет қаралды 2,5 МЛН
Object Oriented JavaScript Tutorial #11 - Prototype Inheritance
16:26
Object Oriented vs Functional Programming with TypeScript
12:07
What is Object-oriented Programming? (JavaScript Tutorial)
18:57
LearnWebCode
Рет қаралды 205 М.
The JavaScript Survival Guide
14:47
Fireship
Рет қаралды 725 М.
Async + Await in JavaScript, talk from Wes Bos
15:52
freeCodeCamp.org
Рет қаралды 117 М.
JavaScript Question: How do I Set the Prototype of an Object?
10:37
All Things JavaScript, LLC
Рет қаралды 14 М.
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 105 МЛН