Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Object-Oriented JavaScript (2015) Prototypal Inheritance Prototype Chain

max cyril
max cyril
11,713 Points

Am I the only one who does not like this dude's teachings? To me he does not teach very well. Dont mean any disrespect

I comprehend what the other teachers teach, But with him I have to do some research on youtube or google. Maybe it's just me I don't know.

Hey max, Javascript is a complicated language my friend, people tend to think its easy. it is hard. and each day you learn a new thing about javascript. You'll see features in javascript which you'll never encounter in any other language ..

max cyril
max cyril
11,713 Points

hey Asaf....yes I know its not easy as people say it is.....but its just the way he teaches that bother's me but I will keep on reviewing his lessons.

41 Answers

Andrew Chalkley
STAFF
Andrew Chalkley
Treehouse Guest Teacher

Hey max cyril

Feel free to let me know what you think I'm missing and share with me the resources that you find that clear things up that you feel are lacking in my course.

Thanks for being a student.

Regards
Andrew

max cyril
max cyril
11,713 Points

Hey , like I said before I did not mean any disrespect..., and I ended up going on youtube and read a book on JQuery

I have realized that, yes this stuff is hard for some of us (ie: ME!!!). I fully plan on doing js and jQ all over again. I get lost sometimes when a lot of stuff is presented, in one video. I'm sure it doesn't seem like a lot to everyone, but it does to me. Some sections will do: video, quiz, video, quiz... That helps me. Granted that may be tedious from some, but for my mind of mush...little bites of knowledge go down and stay down better.

I like Andrews personality.

There seems to be many levels to js/ jQuerry. There's the easy stuff, " type this and that will happen". Then there's the hard stuff. When and why to do something. I guess that's the logistical part of it. I find that for me, a two minute part of the video can sometimes take me hours to fully grasp. My third time through the jQuerry (and js) courses it's finally becoming FUN!!! yea. The only thing I don't like is when the video steps away from the lesson to do the MDN. It breaks the flow. I know the MDN is there. That's enough. Thanks Andrew for doing the courses.

max cyril
max cyril
11,713 Points

I used a book to help me with Jquery. And what I found out in your course is that to me and I'm not speaking for other people, your approach to jquery was not for a beginner.

I'm on the last few videos now of jquery, and I think the classes are great. Thanks

Christopher Johnson
Christopher Johnson
12,829 Points

I've taken quite a few of your courses and I really think the only thing is a lack of explanation of how things work. It feels like you're doing it for us without teaching the reason behind using X or Y.

I think Andrew's classes are great--he is one of my favorite instructors at TH. I think he does a really good job of explaining things. And to be fair, just saying "Dont mean any disrespect" does not mean you aren't being disrespectful. It is pretty rude to post a question in his class saying that you think he's a bad teacher.

max cyril
max cyril
11,713 Points

No at all Gabe, I'm really not trying to be rude or anything like that, I guess people have different style of learning. I can understand you learn very well from him ,maybe you like his style of teaching, and as I said before maybe its just me....I had to buy a book on jquery and youtube it.

Tyler Cotton
Tyler Cotton
5,486 Points

Yeah, I've been struggling with his jQuery Basics course after having no problem with the other Front-End instructors. The other courses seemed more structured in presenting the building-blocks of the languages and techniques they taught. In those videos, nothing was a surprise, and the style of approach was introduced before challenging the user to execute it. I could pause those and already make a good stab at doing something myself first. With Andrew's jQuery videos, I feel like we're kind of stumbling through a project, and as we go along, our code keeps getting changed and moved around and switched out for new code. The style of narration also makes it hard to judge what's important or what's best-practice--there's rarely moments of authority. It feels rather unscripted and off the cuff.

I've already dabbled with some jQuery on YouTube and other sites, but I was looking forward to getting to run through the real basics and foundations of how it works on Treehouse (as I have with other languages), but I've mostly just found myself wondering why different parts fit together the way they do.

Update: Edited for typos, and to add that I've been running through Code School's free "Try jQuery" course (suggested on another forum question), and I feel like this is the approach I personally needed to have a better understanding of how jQuery pieces work together and how to best navigate the DOM. Once I finish this, I'll continue through jQuery Basics.

Danielle Simon
PLUS
Danielle Simon
Courses Plus Student 3,621 Points

I think people saying "do research," "programming is hard" and "you don't want to work/learn" miss the point. I'm paying Treehouse. I'm not working on a personal project or doing free tutorials here. The way I see it, if I'm paying $25/mo or $49/mo or whatever, I shouldn't have to "do research" elsewhere because a teacher here introduces something and doesn't adequately explain it as he/she SHOULD be doing, or because the quiz answer is something that is slightly different than what is in the videos and was never explained well in the videos (i.e. ("a.external") as opposed to (".external a") in one quiz). This was exactly my problem with Udacity--you want people to pay all this money, and then the material lacks clarity or good explanations at times, making students have to go to free resources. Shoot, might as well not pay Udacity or Treehouse if you have to go to free resources anyways to actually learn the material.

To some degree, learning style and teaching styles are issues, and it's not "one size fits all." What I don't like about Andrew's jQuery videos is he teaches by jumping right into projects as opposed to introducing different useful/popular methods/functionality in jQuery first, for example, and THEN bringing projects into it that allow me to use what I've learned from him, a la Dave McFarland style. From what I see from a few others here, using projects to teach from the get-go is part of what makes it confusing for them because that's why code changes during these jQuery videos. This is probably a learning-style issue, true, but I can't see how presenting and thoroughly explaining various methods in jQuery first (like he did with .hide() and .show() at the beginning) and then introducing a project to REINFORCE learning would confuse ANYONE more than how jQuery is currently being taught here.

Now, if it's a matter of material being explained pretty well here and you still just don't get it, that's when outside research should come into it. But, to me, instructors here shouldn't be doing anything to their code and anyone is sitting there like, "Why was this done?" because it wasn't addressed or the explanation wasn't clear enough. Honestly, the best way for a teacher to make sure an explanation is clear enough is the Dave McFarland "kindergarten" approach--not his tone, but the "explain absolutely every little thing and briefly repeat it in a different video when it comes up again" part. JavaScript absolutely is harder than you'd think it'd be, especially if you've been exposed to other programming languages, but Dave's videos still go a long way towards really grasping JS, and do so without my having to go to other resources to understand. Andrew's videos are not quite to that standard, for me, personally.

I think Andrew does a much better job at preparing you for programming after Treehouse. No one is going to hold our hand. We need to know how to research effectively in order to program.

A good teach explains everything to you. a great teacher explains just enough to get assist you to make your own way to the knowledge. That's what makes it stick in your mind.

http://www.spring.org.uk/2012/10/how-memory-works-10-things-most-people-get-wrong.php

That lesson is worth even more than the JS knowledge.

Tushar Singh
PLUS
Tushar Singh
Courses Plus Student 8,692 Points

Ya everything was fine until jquery was introduced, I had to learn actually everything , ya literally everything from youtube and other resources. Something is amiss, I mean at least for me things are not working out.

I like Treehouse but something is seriously wrong with the jquery course, I don't know. No offense Andrew Chalkley.

I am not questioning your teaching methods, obviously no; it's just that things are not working out for me.

I personally do not like his teaching style. He backtracks a lot, sometimes is not very clear on what he is talking about, etc. For the most part the treehouse workspace has not worked for me. The jquery course on a whole was just super disappointing for me especially since jquery is suppose to be fun. I found it painful with Andrew and I shudder every time I see a course where he is the lecturer. There is a new jquery course coming out this month, so I'm hopeful. Sorry if this post was brutally honest.

huckleberry
huckleberry
14,636 Points

I can understand not liking someone's particular style of imparting the information, and absolutely their delivery... perhaps too dry or too quirky or maybe they always sound like they're addressing a circle of kindergartners during story time (I'm looking at you Dave McFarland ), but to be disappointed because you had to "look stuff up"? Well bro, sorry but, perhaps you chose the wrong field to pursue?

If you could see the amount of notes I take and the time that I spend pausing all the videos after EACH new thing so that I myself can go and do a copious amount of my own research about it and how it works but under the hood and in the implementation, and then coming back and experimenting with the project/lesson to try and successfully apply what I think the teacher is gonna do before I ever press play again, you'd mess yourself at the thought of "is that what I should be doing??".

Sometimes it'll take me an hour to get through a 4 minute video simply because of all that. And sometimes? Even longer. The avenues of learning that it has led me down has been phenomenal and I can't actually fathom the idea of extra-curricular research being something that is unpleasant to do.

I ... honestly, it's like hearing someone say "I don't like to read". Immediate red-flag lol.

Anyway, I really dig this course as well as all the others (even poor Hoskins' vids... totally underrated) as they always give plenty of information to follow along without ever really researching too much, but also give me just enough of a thirst to go wandering aimlessly through the desert of API's, Blog posts, SO threads, Docs and Vids so that I can reach their level and truly understand all these wonderful things on an internalized level.

I hope that you too find that thirst. But, I hear they need welders in SD or something, too.

Cheers,

Huck - :sunglasses:

p.s. No offense, bro.

Duarte Monteiro
Duarte Monteiro
22,300 Points

Amen! I thought I was the only one that spend 2 days to do a 2hours course, absolute agree, you have to make notes, tests it, spark your curiosity to go out there and try it out, do a pencode (I find it helps a lot) then advance to the next video. Because otherwise in 2 months you won't remember a thing.

Anthony c
Anthony c
20,907 Points

I like how Dave breaks things alllll the way down (and I'm not in kindergarten) . But I'm new to coding.

I think treehouse does a good job of balancing their videos so that you can be 8 or 50 and they are still relevant and easy to watch.

Andrew's courses are the only ones I have struggled with and it isn't because I don't want to do my own research and learning (I do), it's more the case that I don't know what exactly I have missed or what info I am lacking.

I thought treehouse was meant to be an aid in learning, but if turns out that you have to learn outside of treehouse, just to be able to follow along, then surely that defeats the point of subscribing?

Also, this is an aside to huckleberry I thought your post to the op was very rude and personal. As a mod, I would have expected better behaviour.

max cyril
max cyril
11,713 Points

You did not hear me say I'm disapointed to look stuff up huckleberry . I said he's not a clear instructor. If i didn't do my own research I don't think I would be far today with software engineering. And the "thirst " you're talking about that's one thing I don't lack. I believe that "thirst " was what drove me to question him because I enjoy learning alot, but with clarity. I don't know if you're a developer, software engineer, whatever, or you're not one, you probably wouldn't understand how important clarity is when it comes to these jobs, or maybe you don't know what clear instructor is. Also you can be a welder in SD, I'll pass, I really Iove my field of work.

Duarte Monteiro
Duarte Monteiro
22,300 Points

I quite like his methods, I like how we start from the very basics and work towards understanding why certain coding out there looks the way it does.

jason chan
jason chan
31,009 Points

I youtubed most of my jquery and javascript. LOLs.

Jquery documentation sucks!

The python courses here are great. Front end track is great. Design track is great. I haven't tried andriod nor iphone apps courses yet.

Php here is great.

max cyril
max cyril
11,713 Points

Yah I know your pain.......now Jason lol.

huckleberry
huckleberry
14,636 Points

Old post but I'm curious... what exactly about the jQ API sucks in your opinion? When I first encountered it I thought it rather nice. Refreshing and "chummy" as opposed to a lot of the very dry and verbose documentation that's out there that tries to say in 6 sentences what could be said in 2.

Not pickin' a fight about it or anything, just curious. I'm assuming you're probably way more advanced than I with a lot more experience, possibly even doing this as your career and may have just years of interaction with various API's under your belt and ... I dunno, maybe what I actually like about their docs is what you hate? hahaha.

Anyway, I look forward to your insight.

Cheers,

Huck - :sunglasses:

Alonso Serrano
Alonso Serrano
15,341 Points

I also go to YouTube a lot. Treehouse is great. Probably the best. But it's not perfect.

The game mechanics of points and badges, for example, is great to keep you motivated, but it can mess with your priorities. I'm trying to get a solid education and that involves reading, prototyping, watching other tutorials, talking to people and a lot more than just powering through Treehouse videos and quizzes.

BTW, I read your name and immediately thought "That's not how you spell JSON!" Man! I need to get some real world interaction.

A little late to this discussion but I wanted to chime in. If it feels like Andrew is presenting a lot of information and its difficult to grasp after one viewing, it's because programming and JavaScript are difficult. This is also an intermediate course and assumes we have some prior knowledge and take the initiative to do further research on our own to beat the knowledge into our thick skulls. I'll admit I felt the same way when I first viewed Andrew's lessons on interactive pages with JQuery, and even the most basic courses on JavaScript with kindergarten teacher Dave McFarland (really enjoy Dave's style by the way, go ahead and treat me like a simple person, I am and this stuff is tough). Then I watched them again. And again. Then I bought 2 books on JavaScript and read some documentation. Then I started watching Travis Neilson's DevTips channel on YouTube. I've come to the realization that everyone has different learning and teaching styles, and you cannot rely on one source to be the be all end all of your Development journey. After rewatching the videos and all my other research I'm proud to say I actually understand this time what Functions and Loops are, and why they are so vital to learn. And now I know how to add some interactivity to my web pages with JQuery, even if they still look like crap. That's the beauty of programming and development, it is a never ending journey and you will never know everything, but I've never found anything quite as rewarding. Cheers Andrew keep up the good work.

max cyril
max cyril
11,713 Points

I can't believe this post is still active, but anyways, to the people that are saying they love Andrew and he will not walk with you holding your hands, I understand that. I never said I wasn't willing to do my own research and learn on my own. Even when a person has to learn on their own that does not mean the instructor should not be clear. I was 17 when I took the jqurey course, and it was in my opinion awful, I'm not the only one that thinks so. The instructor at that time was not clear so I didn't have a clear guide to begin my own research. When I youtubed a couple of videos and bought a book on on jquery, I said "this is so simple ". But If a student has to learn on their own to comprehend faster that's great, but if they have to learn on their own to REPLACE an instructor 's course, with a book, that's a problem. Not too long ago I came back to treehouse to see what was new, and there is another jquery course with another instructor, I did some of the lessons and it was extremely clear in my opinion with this new intructor, the clarity in the Andrew's course in my opinion was not there. If I never did any research on my own I don't think I'd be far in software engineering.

Samvel Tadevosyan
Samvel Tadevosyan
7,117 Points

For me Andrew and Nick are the best teachers in th, I can listen to their courses with pleasure no matter about what the course is :)

max cyril
max cyril
11,713 Points

I guess I'll be more clear, the way he approaches a subject is not for a beginner ,and yes in my opinion when he explains stuff he needs to be more clear. If he's a teacher and I'm the student , I'm not saying I should not be doing research on my own, which I do BTW. Students should use other sources to grasp the subject better, but I shouldn't be REPLACING his course with a book and youtube videos. I'm very proficient now in JS & Jquery :)

I think Andrew is the best teacher on Treehouse, and he is the only reason why I'm paying for.

Vince Varga
Vince Varga
15,283 Points

Oh that's surprising, I find his courses really easy to follow, he is one of my favorite teachers.

Alex Murton
Alex Murton
3,695 Points

Im currently working through Andrew's Express.js videos. Where I find the teacching style different from other, I think is more down to the approach of the videos and subject. For example, I am also watching Stephen Ginder on Udemy, and he breaks down every line. I know this comes down to budget, business, and KPIs, but at the end of the day, I find that some of Andrew's videos tell me what to do as in 1,2,3, but they dont tell me WHY it works, and I think that is essential to JS, more so that CSS or HTML

Anthony c
Anthony c
20,907 Points

I feel like treehouse started with courses that had really long videos (10+ minutes).

Then they started to break those courses into multiple courses and those videos become smaller (2, 3, 4 minute videos). This was much better.

However, I think this class could have broken the concepts down a little further. Still, this is much much much better than the first javascript class treehouse had.

I've enjoyed watching them progress (rapidly). I think this class is confusing because of the structure and not necessarily anything to do with Andrew. You have to remember that way more than just Andrew works on developing the curriculum.

Greetings, friends. I finished the Interactive JS course, and it feels like a huge accomplishment. I was really stuck for awhile. For those who are struggling, I'll share what I did differently my second time working through the course, hoping this approach will be helpful.

I was trying to be super studious before by following along and coding with the instructor (in this case Andrew), but that made it difficult to really absorb the material. This time, I watched the videos on the mobile app, took notes, and systematically worked my way thru the challenges. Consider watching the videos again and giving it another try. This time, focus on absorbing the information, rather than trying to build something. That will come in time.

I will also say that Andrew's introductory SQL course is outstanding, and so is his course on Object-Oriented JavaScript. I am still adding functionality to the calculator we started in the OOP JavaScript course, which is helping me learn some of the math functions. I also recommend his intro SQL course. You'll learn a lot and it's fun! The explanations are very clear, and I feel like he put a lot of thought into the course.

Harry Beckwith
Harry Beckwith
13,452 Points

The lessons seem to be missing some theory behind concepts such as inheritance and prototypes before launching into a project, a deeper understanding is needed. Due to not being able to gain as much knowledge as needed from the course i looked around online and found this one to be really useful....

https://www.udemy.com/the-complete-javascript-course/learn/v4/overview

Jeremy Castanza
Jeremy Castanza
12,081 Points

Just going to throw an idea out there. I'd like to see Dave McFarland and Andrew Chalkley co-teach a JavaScript course. I think both instructors have their strengths. Dave breaks things down in an easy to understand way, while Andrew gives some perspective on what it's like to be a developer in the real world. The reality is that when you're a developer, you're not going to have a Dave to walk you through a problem. You're going to be presented with problems the way that Andrew presents them, which means having to think through the issue on your own.

I don't like Andrew's teaching style at all.. out of all the teachers, Andrew had to be the one teaching javaScript. Treehouse is going to lose alot of students due to lack of responding to our feedback. Going to check on Codeschool to learn about javaScript

Matthew Mariner
Matthew Mariner
17,666 Points

I quite enjoy his teaching style though I can see why its not for everyone.

Andrew Chalkley is probably my favorite teacher on here. Just depends on your preference / how you learn.

I've found all the instructors on Team Treehouse to be fine. If there's something that seems confusing, then do research. No one single instructor is going to be the perfect teacher for all students; that should be obvious. The internet should be your teacher. Stack Overflow answers, Google, MDN documentation, various other online courses (eg. FCC, PluralSight, etc.), and so on, the list of resources is seemingly endless. The knowledge is available at your fingertips but you have to have persistence and grit.

Programming is NOT easy. But if you put in the hard work you may find it incredibly rewarding. It's been the most intrinsically rewarding endeavor for myself at least.

Christopher Johnson
Christopher Johnson
12,829 Points

I would like to mention that I don't think the JavaScript and JQuery challenges and quizzes are tough enough. Students should be tested from the start to really grasp the fundamentals, so that when they get to tougher areas, such as creating objects, they aren't thrown off by the same programming problems that complexed them at the beginning of the course/track. I've got a little programming background, which is why I've been able to progress halfway through the Full Stack JS track in a little over a week, but I still get complexed when I have to redo something from the past, because I didn't do enough of it or wasn't thoroughly tested.

I think Andrew course on Jquery basics is good. although sometimes it was a bit vague.. I still do not know what a Jquery object is although I can probably use them and append them to the DOM without realising what I am doing...

I'll say this for his teaching...after years of confusion, I finally understand prototypes

Tomas Novy
Tomas Novy
9,421 Points

In the first course with Andrew (it was jQuery Basics probably) I had mixed feelings. But while I gain more knowledge I enjoy his teaching style. :-)

I've appreciated Andrews insight on prototypes. Its been direct, clear and lacked the robotic feel that some of the other trainers have displayed. He is comfortable with his topic and that energy translates through the video. Thank you.

I did his course on Jquery basics although not as polished in terms of presentation I realised after looking at Jquery in the beginning JavaScript by another presenter that his course for me at least was very good..He teaches you how to solve problems and not syntax alone

I think Andrew is great. The subject is difficult to grasp after only one viewing. It usually takes me 2, sometimes 3 before I can actually understand how everything works and why it works. And looking stuff up bothers you? You must be some kind of genius if you think you can memorize everything and never refer to the documentation. Most professional developers I know out there always refer to documentation. Even the seasoned developers.

max cyril
max cyril
11,713 Points

You did not see me write looking stuff up bothers me Cesar De La Vega , I said he was not a clear instructor

Well, I would like to blame technology, as it hasn't yet evolved to create a JavaScript chip which can be directly plugged into brain (in 'The Matrix' style) and Presto! I am a JavaScript pro.

Jokes apart, Andrew makes it really easy to learn. However, a student needs to make an effort to learn / get it. There's only a certain extent that a teacher can help us reach out to a new subject, the rest of the distance we have to tread.

Thanks Andrew for teaching me JavaScript gently!

i like his teaching style, he is very clear and concise, and goes over all the elements of each section very well. Plus, I think it is great that he actually responded to that guys comment. I guess that guy max felt bad cuz he stopped posting responses. whatever. Im excited to keep learning with treehouse!

max cyril
max cyril
11,713 Points

No I didn't feel bad, there was nothing to respond to

max cyril
max cyril
11,713 Points

I respect the fact that you like his teaching David Zalk style that's totally fine. I could careless about his teaching style. You said Andrew is very clear and concise, maybe that's in another course that the teaches, but the jquery course, I can't say he was clear at all. And I don't feel bad about anything.

Daniel Crews
Daniel Crews
14,008 Points

There is truth to the saying - That which causes the most pain creates the most gain. In fact, this has been proven with regard to study and cognition. Keep it hurtin', Andrew.

I'm taking the SQL track with Andrew and it's wayyyyyyyyyyy better than the jquery course. I think the staff took what we said into consideration :)

I actually really enjoy Andrew's lessons up until this course. The jquery course (which I see a lot of people complaining about) was very clear to me and was incredibly helpful. This course seems particularly short in comparison. Almost rushed feeling. Maybe these are just growing pains for me. In other courses, I feel like Andrew introduces a new idea. Walks through it at a high level with an example and then in the next couple of videos the intricacies of the idea are broken down into smaller, easier to digest parcels. Then there is usually a code challenge and my absolute favorites are when Andrew or Dave give us a challenge to do on our own. I will spend an hour on these if I need to but I will smash my head against it until I feel like I fully grasp it.

Really love your courses, Andrew. Keep up the great work!

Wow, Andrew...you seem to really stir the pot. You seem to get the most responses, AND the most varied responses. For me I have finally realized I have trouble with orienting myself. The going back and forth, when things intertwine and depend on each other. I'll get it. I WILL get it. Thank you Andrew.

I think his great tbh

I have not seen the express videos. But his other stuff is good.. What is the udemy videos are they good..I did find there was a whole chunk of code in the Node.js building an dynamic site that was not explained.. It was on emitters.. When you compare his JQUERY course with three projects and detailed examination to the app documentation to another teacher his is ten times better.

In my previous post I put app I meant API

Alex Murton
Alex Murton
3,695 Points

The Stephen Ginder Udemy stuff is excellent. Mostly React JS, and React Native. It is a completely different stlye of teaching, but I find that is important to learn from multiple sources, and more so when it comes to building complex dynamic systems with JS. That is why I use Treehouse and Udemy. The current videos I am doing from Andrew on Express.js are creating a number of unanswered questions, it's like he is just showing what the technology can do, and how, but there is not nessecarily "guidence" or reassurance on best practice, scaliablilty, explainations etc. I have not yet watch any other teachers videos on Express, so once I have, I will comment again to provide a comparison :)