Tips to Become a Better JavaScript Developer
justinchmura.com
Tips to Become a Better JavaScript Developer
1–10 of 46 posts
Re: Tips to Become a Better JavaScript Developer
#2Re: Tips to Become a Better JavaScript Developer
#3Re: Tips to Become a Better JavaScript Developer
#4Shouldn't this be titled something more like "five things every competent Javascript developer must know"?
Re: Tips to Become a Better JavaScript Developer
#5Shouldn't this be titled something more like "five things every competent Javascript developer must know"?
Also, you'd be surprised how many otherwise competent javascript programmers don't understand this and simply avoid it most of the time. Heck, I wrote some pretty ridiculously awesome (and robust) stuff without really understanding this, and it's quite possible someone telling everyone they need to understand this, doesn't.
Re: Tips to Become a Better JavaScript Developer
#6I suspect he didn't even bother to run the code. His example throws an error when I try it: "ReferenceError: x is not defined" (as expected).
blind-leading-the-blind etc.
Re: Tips to Become a Better JavaScript Developer
#7Re: Tips to Become a Better JavaScript Developer
#8Re: Tips to Become a Better JavaScript Developer
#9Didn't know that `var $ = document.querySelectorAll;` will give you a chainable and highly fluent API, if I only knew earlier....
Re: Tips to Become a Better JavaScript Developer
#10Shouldn't this be titled something more like "five things every competent Javascript developer must know"?
No, because I think one of them is kind of wrong (you can be competent and still use jQuery) and three of them are better off replaced by "use jshint". Also, you'd be surprised how many otherwise competent javascript programmers don't understand this and simply avoid it most of the time. Heck, I wrote some pretty ridiculously awesome (and robust) stuff without really understanding this , and it's quite possible someo…