How can I become a better Javascript programmer?
Posted
by
Elliot Bonneville
on Programmers
See other posts from Programmers
or by Elliot Bonneville
Published on 2012-03-17T18:20:16Z
Indexed on
2012/03/18
18:21 UTC
Read the original article
Hit count: 363
JavaScript
I've been programming with Javascript for a few years now, and I guess I'm okay at it. I can solve pretty much any problem I come across, and while my solutions may not be that great, they work. However, I want to become a better Javascript programmer. I'd like to learn all the best-practices, tricks of the trade, things to avoid, and anything else I should know so that my code will be 100% optimized and as readable as possible.
How do I do that? I realize this question has been loosely asked before here, but the OP was something of beginner. I want to get into the more advanced side of Javascript programming with this question. Is this possible or am I just being way too impatient? Do I just need to spend loads of time programming?
© Programmers or respective owner