/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
- 0 vote156 views2 answers
- 1 vote180 views1 answer
- 0 vote137 views2 answers
- 0 vote139 views1 answer
- 12 votes157 views2 answers
- 2 votes136 views1 answer
- 0 vote145 views2 answers
- 0 vote139 views1 answer
- 2 votes143 views1 answer
- 1 vote126 views1 answer