Posts by José Reis • 11 points
2 posts
-
0
votes1
answer530
viewsA: Request fetch for Php api shows all the elements of the request instead of the return json
speaks guru... I recently went through a similar problem and I managed to get to the following solution; const url = http://localhost/heat-maps/client/api_client/Client-Api.php; const myInit = {…
-
1
votes2
answers678
viewsA: Javascript functions: One function inside the other
Your problem can be solved with one of the solutions below /* *Crio a função com três parametros *sendo que num3 sera o mutiplicador *num1 e num2 serão somados */ function triploDaSoma(num1,num2,…