Hey Felix - thanks for the effort you put into the style guide. Under Array/Object Creation you'll find a trailing comma.. var a = ['hello', 'world']; var b = { good: 'code', 'is generally': 'pretty', };
Hey Felix - thanks for the effort you put into the style guide.
Under Array/Object Creation you'll find a trailing comma..
var a = ['hello', 'world'];
var b = {
good: 'code',
'is generally': 'pretty',
};