lachlanjc’s avatarlachlanjc’s Twitter Archive—№ 11,972

  1. …in reply to @bitandbang
    @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