Getting started with Javascript
-
How should I start learning javascript. From where should it, Any book, Video tutorial etc. I just have 3 months and want to learn javascript to basic or intermediate level not advanced level in 3 months. Please guide me
-
How should I start learning javascript. From where should it, Any book, Video tutorial etc. I just have 3 months and want to learn javascript to basic or intermediate level not advanced level in 3 months. Please guide me
-
How should I start learning javascript. From where should it, Any book, Video tutorial etc. I just have 3 months and want to learn javascript to basic or intermediate level not advanced level in 3 months. Please guide me
3 months are fair enough to learn JavaScript. First learn some basic concepts of JavaScript like how to manipulate DOM, Event binding, functions in JavaScript.I will suggest learn some jQuery for DOM manipulation. After this start creating some small Application like calculator.Gradually you will understand how things works in JavaScript. After that you can try some books like JavaScript good part. :)
-
How should I start learning javascript. From where should it, Any book, Video tutorial etc. I just have 3 months and want to learn javascript to basic or intermediate level not advanced level in 3 months. Please guide me
I recommend "learning by doing", which, in your case, means not reading lots of text about the intricacies of the language (like in most JS programming books), but rather read the minimum necessary to start programming your first app. This approach is implemented in my tutorial book Engineering Front-End Web Apps with Plain JavaScript.
-
How should I start learning javascript. From where should it, Any book, Video tutorial etc. I just have 3 months and want to learn javascript to basic or intermediate level not advanced level in 3 months. Please guide me
You can start with 'Object-Oriented javascript by Stoyan Stefanov'. Very simple language and start from basics. A must have book for any javascript programmer. Prateek
-
How should I start learning javascript. From where should it, Any book, Video tutorial etc. I just have 3 months and want to learn javascript to basic or intermediate level not advanced level in 3 months. Please guide me
I would recommend starting with Javascript fundamentals video tutorial on Channel9. The best part is everything is done using notepad and no editors used in order to explain the basics. Here is the link http://channel9.msdn.com/Series/Javascript-Fundamentals-Development-for-Absolute-Beginners[^] Also, course on HTML5 by same author is also good.
Praveen Raghuvanshi Software Developer