Home › Forums › JavaScript › Where to start learning Javascript.
- This topic is empty.
-
AuthorPosts
-
December 29, 2010 at 9:25 am #31116
momo_the_monkey
MemberHello I’m a bit of a noob when it comes to Js, but I’d like to start learning it but I haven’t found a good website to start. I’ve just been using HTML & css for awhile and I’ve scratched the surface with Jquery but I’d like to understand it better.
December 29, 2010 at 10:07 am #68370rickylamerz
MemberThat’s pretty easy: go to w3schools.com and follow the tutorial. Start testing things in an test enviroment. And Google basic tutorials on Javascript after the w3schools crash-course.
December 29, 2010 at 11:23 am #68371daredanger
ParticipantI’ll suggest to first start with jQuery and then gradually you can move to javascript.
December 29, 2010 at 1:43 pm #68398momo_the_monkey
MemberThanks, I’ve used w3schools in the past, but really I didn’t know what i could do beyond what they showed, and cool stuff but I will buckle down and get to it.
December 29, 2010 at 3:34 pm #68402TT_Mark
Member@daredanger It’s best to start with JavaScript then move to JQuery. Otherwise you understand pretty much nothing of what you do and it’s harder to debug your code
December 30, 2010 at 7:18 am #68251daredanger
Participant@TT_Mark….. you are correct and no one can deny the fact that it is best to start with JavaScript and then move to jQuery.
Having said that, doing cool stuffs in JavaScript requires a very thorough understanding of the language. This ‘thorough understanding’ will take much time and effort and a beginner may loose interest in the language. Whereas learning curve of jQuery is pretty short and cooler stuffs can be done more easily. This will help a newbie to continue learning the framework and remain excited. After learning jQuery in some depth, the newbie will soon find that it is important for him to learn JavaScript as well so as to have a better grip over the language and this time the learning will not take much time because the newbie already understands the concept of how this amazing language works.
December 30, 2010 at 9:20 am #68265TT_Mark
Member@daredanger….. Very true, if you are looking for a quick fix, but the OP did state that they wanted to understand JavaScript better, and there is no better way than by learning JavaScript. JQuery has some great functions that simplify JavaScript, however things like if, while, for and mathematical calculations are probably best understood by learning the raw JS
December 30, 2010 at 11:00 am #68310daredanger
Participant@TT_Mark…..totally agree with you.
I think I did not read momo_the_monkey’s question with great attention….he said that he is already using jQuery and want to understand javascript better…..so my mistake to suggest him to start with jQuery.
-
AuthorPosts
- The forum ‘JavaScript’ is closed to new topics and replies.