I came over a snippet of code the other day that I got curious about, but I'm not really sure what it actually does;
options = options || {};
My thought so far; sets variable options
to value options
if exists, if not, set to empty object.
Yes/no?
Edit: changed title- thanks, Atomiton