#!/usr/local/bin/node const url = 'https://www.exmaple.org'; const text = await fetch(url).then(res => res.text); console.log(text)