There is an additional comma after the last key/value pair on the 'Right' example. ```var a = ['hello', 'world']; var b = { good: 'code', 'is generally': 'pretty', }; ``` [Check it out](https://github.com/felixge/node-style-guide#object--array-creation).