Manó Dávid Lóth

21
reputation
7
var NewDeveloperModel = Ottoman.model("NewDev", {
    firstname: { type: "string" },
    lastname: { type: "string" },
    courses: [
        {
            name: "web_dev_bootcamp",
            location: "Udemy"
        }
    ]
});