I have absolutely no idea how this is called which is the reason why my searches failed miserably.
What does this code mean
var a = b || c;
I believe it's something like a
will equal which ever is defined but.. I just have to be sure what it exactly does before I use it.