My JavaScript notes. JS fascinates me and confuses me. Following JS code is from WTFJS
var foo = [0];
console.log(foo == !foo); //returns true
console.log(foo == foo); //returns true
All notes depend on node.js untill & unless a window object is used, in which case, I either used Google Chrome or Firefox