Posts by joaogeraldes • 13 points
2 posts
-
0
votes2
answers53
viewsA: How can I present the result of the hits on another page?
A possible solution, without relying on routes and other settings and staying with Javascript only vanilla, since you do not specify and I must assume. // Abre nova janela e grava a janela numa…
-
0
votes1
answer115
viewsQ: Async Await in Javascript blocking synchronous code execution
If I understand correctly, a function declared with the keyword async must return a promise. In the case of the function async3() we have 1 billion iterations, which makes the return value take a…