@@ -1477,7 +1477,8 @@
```javascript
// bad - git diff without trailing comma
const hero = {
- firstName: 'Bob',
firstName: 'Bob',
- lastName: 'Parr'
+ lastName: 'Parr',
+ heroName: 'Mr. Incredible'
}
The note is not visible to the blocked user.