Skip to content

Instantly share code, notes, and snippets.

@rbren
Created September 21, 2017 18:32
Show Gist options
  • Save rbren/2c34059f7b35cd7d6dcaff0ed1686c1f to your computer and use it in GitHub Desktop.
Save rbren/2c34059f7b35cd7d6dcaff0ed1686c1f to your computer and use it in GitHub Desktop.
fs.readFile('index.html', 'utf8', (err, data) => {
if (err) throw err;
console.log(data);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment