/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 vote293 views1 answer
- 23 votes436 views5 answers
- 0 vote297 views2 answers
- 0 vote283 views1 answer
- 0 vote291 views2 answers
- 1 vote304 views1 answer
- 0 vote288 views2 answers
- 26 votes330 views3 answers
- 1 vote292 views3 answers
- 1 vote300 views2 answers