Posts by Weliton Sernajotto • 25 points
3 posts
-
1
votes0
answers37
viewsQ: I cannot use the functions I exported with the module!
when using export default class in javascript, I’m not getting to use the functions I imported. Return to browser Inspect Follows files: index js. /* global fetch */ import API_URL from './config';…
-
0
votes1
answer59
viewsQ: AJAX request with FOR
Good staff as I can correctly print Hello World, using AJAX request, inside a for? My real question is: understand why the for executes your entire loop in the first ajax request, and only then run…
-
0
votes1
answer275
viewsQ: Is it recommended to use a global variable for a PDO object?
Below I will pass an example of how I use today the PDO connection to access my databases. I would like to see with you, if it is a good practice this way, or if it is recommended a safer and more…