Posts by dhertzb • 21 points
3 posts
-
0
votes3
answers308
viewsA: Doubt when exporting Promise
It’s just to see if I understand, that really this business of Promise makes me very confused: 1 - When I have an async Function, it is synonymous with a precedent that will return a resolve or an…
-
1
votes3
answers308
viewsQ: Doubt when exporting Promise
I have an async Function that does a get for an api and returns a random word: word js. require('dotenv').config(); const config = require('./config.js') const axios = require('axios'); const…
-
0
votes0
answers25
viewsQ: Database does not receive querys by php script although it works
Guys with a problem in receiving the form in the database, it seems that although the script is correct it simply ignores it, using xampp, tried by Cloud9 also and the same thing happens. <?php…