Why doesn't this say right at the very beginning what language you are trying to teach? The tone of the site is incredibly arrogant. What makes you qualified to teach? Have you heard of the Dunning-Kruger effect? It should be more explicit that this site is teaching Javascript (are you teaching other languages? it is not clear) and it is for complete beginners, and that the site creators make some very patronizing as…
Show HN: Codecademy.com, the easiest way to learn to code
101–110 of 239 posts
Re: Show HN: Codecademy.com, the easiest way to learn to code
#102It isn't completely clear what Variables -> CaSeS wants me to do. It seems like it's asking for: myFullName = "Thomas Edison" But it's reminding me of making sure my variable names are correct, so maybe: myFullName = myName lastName That doesn't work. Because I'm a programmer, I know that the + operator concatenates strings, but I don't think everyone will think consider that, and it hasn't been mentioned at that poi…
It was looking for var myFullName = "First Last";
Re: Show HN: Codecademy.com, the easiest way to learn to code
#103I've never done Javascript before (although I do or did Python/C/C++/D/Pascal/AHK), this will be interesting. Great job!
Re: Show HN: Codecademy.com, the easiest way to learn to code
#104Re: Show HN: Codecademy.com, the easiest way to learn to code
#105Earlier quoted context omitted.
It was looking for var myFullName = "First Last";
Why does the hint suggest making sure case is right then? I can't imagine a mistake someone would make where that would be a helpful hint.
Re: Show HN: Codecademy.com, the easiest way to learn to code
#106I've been a longtime member @ HN, but I haven't been a developer. In fact, my only HN submission has been one asking how to learn to code ( http://news.ycombinator.com/item?id=820741 ). We decided to solve the problem by making a simple, interactive way to get started with Codecademy. We'd love your feedback. If you're interested in helping us to get more courses up (on any topic!), please send us an email at HN (at)…
its obvious something is great when you instantly think why the hell hasn't everything been like this all along.
Re: Show HN: Codecademy.com, the easiest way to learn to code
#107Why doesn't this say right at the very beginning what language you are trying to teach? The tone of the site is incredibly arrogant. What makes you qualified to teach? Have you heard of the Dunning-Kruger effect? It should be more explicit that this site is teaching Javascript (are you teaching other languages? it is not clear) and it is for complete beginners, and that the site creators make some very patronizing as…
Re: Show HN: Codecademy.com, the easiest way to learn to code
#108Re: Show HN: Codecademy.com, the easiest way to learn to code
#109Re: Show HN: Codecademy.com, the easiest way to learn to code
#110 > o = {}
> o.o = o
==> [object Object]
ERROR: Maximum call stack size exceeded
This isn't totally unusual; `window` has several self-references, for example, and hangs for several seconds.