Posts by Kenny Lima • 3 points
1 post
-
-2
votes1
answer276
viewsQ: How to put the states taken from the ibge site in alphabetical order?
fetch("https://servicodados.ibge.gov.br/api/v1/localidades/estados") .then( res => res.json() ) .then( states => { for( const state of states ) { …
javascriptasked Kenny Lima 3