/TypeScript/Whats is the use Notes.create(note) .then((data) => { res.send(data); }) .catch((err) => { res.status(500).send({ message: err.message || 'Some error occurred while create the Notes', }); });
Whats is the use Notes.create(note) .then((data) => { res.send(data); }) .catch((err) => { res.status(500).send({ message: err.message || 'Some error occurred while create the Notes', }); });
Whats is the use Notes.create(note) .then((data) =>{ res.send(data); }) .catch((err) => { res.status(500).send({ message: err.message || 'Some error occurred while create the Notes', }); });
0
- 1 vote289 views1 answer
- 0 vote311 views1 answer
- 0 vote322 views1 answer
- 11 votes327 views3 answers
- 1 vote309 views2 answers
- 1 vote309 views1 answer
- 0 vote302 views1 answer
- 11 votes273 views5 answers
- 5 votes308 views3 answers
- 5 votes316 views1 answer