Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I really need to learn professional javascript in two days because I am gonna have to hit the ground running (real world project). I have little which can be approximated to no knowledge of JavaScript or website development. Any help would be appreciated greatly.

share|improve this question
1  
Not possible. 1st day: Oh it is so simple, awesome! 2nd day: WTF? Why is there a == operator? Why do I need to use hacks for IE? WTF? – user216441 Jan 22 '11 at 6:43
2  
2  
@M28 3rd day: Why is there a === operator? 4th day: Where's the ==== operator? – user470379 Jan 22 '11 at 6:45
wait, there isn't a ==== operator... I didn't understand what you mean – user216441 Jan 22 '11 at 6:46
3  
Define your own hours_in_day. Make it like 125 or something. Just wondering...why are you being forced to "hit the ground running" on a project that you can't [based on what you've said] really contribute to? – Andrew Jan 22 '11 at 7:00
show 2 more comments

5 Answers

teach yourself

Seriously, two days is about enough to get a feel for the basics. It's nowhere near enough time to get to "professional" level (whatever that means exactly). The more experience you have with other languages, the easier it will be, though.

share|improve this answer

Don't cram for a programming language, especially learning it professionally, unless you have previous programing experience.

share|improve this answer
I do have some programming experience in java C++ but none in this sort of programming. Dont know where to begin. – user439526 Jan 22 '11 at 6:43

http://eloquentjavascript.net/

See also Would you recommend starting from HTML5 & CSS3 for beginners? for resources on learning web technologies.

share|improve this answer

This article is a great source of up to date, modern JavaScript resources: http://blog.reybango.com/2010/12/15/what-to-read-to-get-up-to-speed-in-javascript/

share|improve this answer

Go through video lectures by Douglas Crockford at http://yuiblog.com/crockford/. You could be able to get rid of some assumptions, misconceptions and pick up some really good concepts in less than 10 hrs of video.

Nevertheless, it is indeed a great place to start.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.