Skip to content

JavaScript Notes

Oliver Sosa edited this page Mar 1, 2018 · 1 revision
//Falsy values are 
0 null undefined "" NaN false

//Default initialization
foo = bar || {};

Clone this wiki locally