- Javascript Object Layout
Ever wonder what prototypes, objects, functions
are and how they are related to each other ? Wonder no more!
-
Javascript type wrangling
A primer on runtime type conversions in JS.
-
Javascript scope and prototype chains
Scope and prototype chains are different things.
The scope chain finds a variable and the prototype chain finds
a property inside a variable (of type object).
-
Javascript closures
What is this "closure" thing anyway ?
-
Javascript
this pointer
A comparison between the this
pointer in Javascript and Java.
-
Random Javascript code snippets
Misc. code snippets in no particular order