Posts by Enryck • 25 points
3 posts
-
-3
votes1
answer65
viewsQ: Script that is in Javascript for Python
am with the following Javascript function: function main() { let data = fazGet("https://economia.awesomeapi.com.br/json/all"); let moedaJSON = JSON.parse(data); console.log(moedaJSON) const keys =…
-
-1
votes2
answers49
viewsQ: How to repeat div with json with dynamic content?
Right now I want to make a div have a JSON content. In this case, the first div has the "0" content of JSON, and that repeats itself in loop, until it reaches the maximum amount of items within…
-
-1
votes1
answer33
viewsQ: Repetition with Json in JS
Hello, I am new to programming and am learning to use JSON with JS. This is the JSON I’m using: { "USD": { "code": "USD", "codein": "BRL", "name": "Dólar Comercial", "high": "5.564", "low":…