Posts by Marcio Livramento • 1 point
2 posts
-
0
votes0
answers51
viewsQ: Indefinite Variable / Callback in javascript Accountaddress
I am facing a problem in my project: Ultimately it is as follows: My local variable is not being set even if it is set. is Callback problem, how can I solve? I’ll explain the situation further…
-
0
votes1
answer177
viewsQ: Function Return Java Script
I did a lot of research on callbacks and asynchronous in javascript. Function Helloworld.prototype.getCont searches the ID of an account and returns an EX number: 1; Function…