/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
- 3 votes241 views1 answer
- 0 vote141 views1 answer
- 0 vote162 views1 answer
- 0 vote168 views1 answer
- 1 vote140 views1 answer
- 0 vote208 views1 answer
- 1 vote169 views1 answer
- 1 vote157 views1 answer
- 0 vote159 views1 answer
- 1 vote104 views4 answers