Created
September 21, 2017 18:32
-
-
Save rbren/2c34059f7b35cd7d6dcaff0ed1686c1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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