/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
- 4 votes200 views2 answers
- 19 votes185 views5 answers
- 2 votes196 views2 answers
- 0 vote204 views3 answers
- 1 vote208 views1 answer
- 0 vote192 views1 answer
- 0 vote192 views1 answer
- 6 votes201 views4 answers
- 16 votes182 views5 answers
- 4 votes204 views3 answers