What is your favourite JavaScript reference manual?
- by daniel.sedlacek
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!