//Javascript Interview Questions var a = []; var b = []; console.log(a == b); //false console.log(a === b); //false