$url = "https://example.com/data" fetch($url) -> if(.status == 200) console.log("Success"); $data = .json();