One suggestion is to call variables in a single line for the API call like this.
let { placeName, lat, lng, postalcode} = output_postal.postalcodes[0];
Keep up the great work!
One suggestion is to call variables in a single line for the API call like this.
let { placeName, lat, lng, postalcode} = output_postal.postalcodes[0];
Keep up the great work!