/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
- 6 votes195 views3 answers
- 0 vote161 views1 answer
- 2 votes177 views1 answer
- 0 vote147 views1 answer
- 0 vote160 views2 answers
- 0 vote178 views4 answers
- 1 vote147 views1 answer
- 2 votes165 views1 answer
- 0 vote154 views2 answers
- 1 vote164 views1 answer