What is your favourite JavaScript reference manual?

Posted by daniel.sedlacek on Stack Overflow See other posts from Stack Overflow or by daniel.sedlacek
Published on 2011-01-04T13:45:56Z Indexed on 2011/01/04 13:53 UTC
Read the original article Hit count: 257

Filed under:
|
|

Hi,

I come from strong typed unambiguous OOP background and I struggle to find JavaScript reference manual that would fit my needs.

The ideal one should be:

  • compendious and handy, I'm not looking for ECMA standart reference.
  • type specific, even if JS is not strong typed function arguments and returns have a type.
  • browser specific, no matter the standards every browser is different and this ambiguity is killing me.
  • examples, they are always handy.
  • off line, this would be fine but it's not a condition.

What is your favourite one?

Help me, Obi-Wan Kenobi; you're my only hope!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about api