/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
- 1 vote224 views1 answer
- 32 votes251 views6 answers
- 0 vote239 views1 answer
- 6 votes234 views3 answers
- 3 votes266 views1 answer
- 4 votes228 views2 answers
- 21 votes256 views2 answers
- 0 vote233 views1 answer
- 1 vote235 views1 answer
- 0 vote229 views1 answer