Guest User

Untitled

a guest
Feb 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var people = [{name: "BOB", id: 340303, report: true, options: {admin: false} }, {name: "JOHN", id: 340304, report: false, options: {admin: true} }];
  2. console.table(people);
Add Comment
Please, Sign In to add comment