build-your-own-angularjs icon indicating copy to clipboard operation
build-your-own-angularjs copied to clipboard

P336 Unused `items`

Open Gopikrishna19 opened this issue 8 years ago • 0 comments

This piece is not used in the code block and can be removed:

var items = [{user: 'Bob'},
{user: {name: 'Bob'}},
{user: {name: {first: 'Bob', last: 'Fox'}}}];

Gopikrishna19 avatar Nov 27 '16 18:11 Gopikrishna19