fix: update text to align with new changes on learn
This commit is contained in:
parent
a1ca468ccb
commit
613281bff2
1 changed files with 3 additions and 3 deletions
6
myApp.js
6
myApp.js
|
@ -90,9 +90,9 @@ var createAndSavePerson = function(done) {
|
||||||
// e.g. when seeding a database with initial data. `Model.create()`
|
// e.g. when seeding a database with initial data. `Model.create()`
|
||||||
// takes an array of objects like [{name: 'John', ...}, {...}, ...],
|
// takes an array of objects like [{name: 'John', ...}, {...}, ...],
|
||||||
// as the 1st argument, and saves them all in the db.
|
// as the 1st argument, and saves them all in the db.
|
||||||
// Modify the createManyPeople function to create many people through
|
// Modify the createManyPeople function to create many people using
|
||||||
// Model.create() and the argument arrayOfPeople.
|
// Model.create() with the argument arrayOfPeople.
|
||||||
// (You can reuse the model you instantiated in the previous exercise)
|
// Note: You can reuse the model you instantiated in the previous exercise.
|
||||||
|
|
||||||
var createManyPeople = function(arrayOfPeople, done) {
|
var createManyPeople = function(arrayOfPeople, done) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue