We're a place where coders share, stay up-to-date and grow their careers.
Thanks for your prompt reply Edin! I appreciate that.
One more thing, Edin, would you pls fix this part of code, otherwise someone will run into a ReferenceError: next is not defined :-) Thanks again!
ReferenceError: next is not defined
book.save((next, err) => { if (err) { return next(err); } res.send('Book created successfully!'); });
Thanks for your prompt reply Edin! I appreciate that.
One more thing, Edin, would you pls fix this part of code, otherwise someone will run into a
ReferenceError: next is not defined
:-) Thanks again!