Posts by Hérbert Tavares • 45 points
2 posts
-
2
votes2
answers120
viewsQ: cmd closing when using the cls/clear command
I made a function that identifies if the person is using windows or linux, and with that runs the right command to clean cmd/terminal, worked on the visual studio code console, however when I will…
-
-1
votes1
answer85
viewsQ: console.log returning "Undefined" no then (fetch)
I am beginner, apparently the "code" is inside an id, n know how to capture... const url = 'https://economia.awesomeapi.com.br/json/USD-BRL/' fetch(url) .then(resposta => resposta.json())…