/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 vote312 views1 answer
- 0 vote341 views1 answer
- 0 vote318 views1 answer
- 0 vote357 views1 answer
- 1 vote345 views1 answer
- 0 vote354 views1 answer
- 0 vote330 views1 answer
- 0 vote345 views1 answer
- -1 vote325 views1 answer
- -6 votes391 views4 answers