Posts by Ricardo Jardim Braz • 9 points
2 posts
-
0
votes1
answer229
viewsQ: Error using Require and Xports
I’m trying to make a require on JS but this giving error: "Uncaught Referenceerror: require is not defined http://127.0.0.1:5500/js/access.js:1" in access.js I made the following code: const…
javascriptasked Ricardo Jardim Braz 9 -
0
votes1
answer59
viewsQ: Pause a for to execute a request
I am mounting a questionnaire where each question should appear one at a time on the screen for the user and, as soon as the user answers it, he should proceed to the next question. For this I am…