/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 votes137 views2 answers
- 0 vote119 views1 answer
- 1 vote135 views1 answer
- 0 vote165 views1 answer
- 0 vote128 views1 answer
- 0 vote136 views1 answer
- 0 vote146 views2 answers
- 2 votes94 views1 answer
- 0 vote134 views1 answer
- 0 vote192 views3 answers