Skip to content

Instantly share code, notes, and snippets.

@Ajido
Created November 26, 2019 11:38
Show Gist options
  • Save Ajido/5571a25914a484ab70d259fa6a6d0d24 to your computer and use it in GitHub Desktop.
Save Ajido/5571a25914a484ab70d259fa6a6d0d24 to your computer and use it in GitHub Desktop.
Minimum Hands-On Node.js
const fs = require(‘fs');

fs.readFile(__filename, function(err, data) {
  console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment