/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 votes211 views1 answer
- 0 vote203 views1 answer
- 1 vote147 views1 answer
- 0 vote240 views1 answer
- 0 vote218 views1 answer
- 11 votes210 views2 answers
- 0 vote210 views1 answer
- 0 vote211 views1 answer
- 0 vote201 views1 answer
- 4 votes206 views1 answer