-
@bitandbang I only like to have useful values in variables, so I end up doing
const forecast = await fetch(‘weather.com’).then(res => res.json())or whatever so I can mix the two, but it’s not amazing
lachlanjc’s Twitter Archive—№ 11,972const forecast = await fetch(‘weather.com’).then(res => res.json()) or whatever so I can mix the two, but it’s not amazing