I'm developing an API in TypeScript with NodeJS and MariaDB; when I do an operation with the bank, right below I have a if to check if an error has occurred.
productDao.save({name:"Notebook Dell", price:"5000"}, function(err, res){
if(err...
asked by
29.06.2017 / 19:46