diff --git a/chapter2/chapter2/variables/objectLiterals5.js b/chapter2/chapter2/variables/objectLiterals5.js index 2267816..920d3ab 100644 --- a/chapter2/chapter2/variables/objectLiterals5.js +++ b/chapter2/chapter2/variables/objectLiterals5.js @@ -12,4 +12,4 @@ var foo = { }; console.log(foo.bar); // 123 console.log(foo.bas[0].qux); // 1 -console.log(foo.bas[2].qux); // 2 +console.log(foo.bas[2].qux); // 3