/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 vote304 views2 answers
- 1 vote361 views1 answer
- 0 vote323 views1 answer
- 9 votes329 views4 answers
- 1 vote349 views1 answer
- 0 vote319 views1 answer
- 5 votes307 views3 answers
- 0 vote336 views1 answer
- 21 votes308 views3 answers
- 9 votes329 views2 answers