不要怂,就是干,撸起袖子干!

Commit ed4edf76 by Stanislav

Update index.md

prevent SyntaxError: Octal literals are not allowed in strict mode.
1 parent 03a4e399
Showing with 1 additions and 1 deletions
......@@ -23,7 +23,7 @@ var User = sequelize.define('User', {
return sequelize.sync().then(function() {
return User.create({
username: 'janedoe',
birthday: new Date(1980, 06, 20)
birthday: new Date(1980, 6, 20)
});
}).then(function(jane) {
console.log(jane.get({
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!