/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
- 2 votes189 views2 answers
- 0 vote197 views1 answer
- 1 vote298 views1 answer
- 51 votes516 views3 answers
- 5 votes184 views3 answers
- -1 vote196 views1 answer
- 0 vote346 views2 answers
- 2 votes173 views1 answer
- 1 vote291 views1 answer
- 0 vote264 views2 answers