/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
- 5 votes199 views2 answers
- 2 votes197 views1 answer
- 0 vote177 views1 answer
- 0 vote173 views1 answer
- 6 votes156 views1 answer
- 0 vote198 views1 answer
- 4 votes184 views2 answers
- 0 vote172 views1 answer
- 0 vote183 views1 answer
- 3 votes212 views2 answers