function a() { var b = [\"b\"]; console.log(b); //console.log(b.slice()); b = b.push(\"bb\"); } a();
In a \"perfect\" world you would thin
I think it's a bug on the google chrome dev tools