Let's create an array of people at the bottom of app.js, as follows:
var nodesData = [
{"name": "Charlie"},
{"name": "Mac"},
{"name": "Dennis"},
{"name": "Dee"},
{"name": "Frank"},
{"name": "Cricket"}
];
Let's create an array of people at the bottom of app.js, as follows:
var nodesData = [
{"name": "Charlie"},
{"name": "Mac"},
{"name": "Dennis"},
{"name": "Dee"},
{"name": "Frank"},
{"name": "Cricket"}
];