JavaScript gotcha: inherited properties do not get created until assignment
Everyone know JavaScript has some weird gotchas, such as the already infamous JavaScript equality table. While a good framework / compiled language (such as LiveScript) will let you easily avoid a lot of them, there are things inherent to the …
JavaScript gotcha: inherited properties do not get created until assignment Read more »