Skip to content

Instantly share code, notes, and snippets.

@mishelashala
Created December 10, 2015 15:55
Show Gist options
  • Save mishelashala/d2ee438ae727e38dd1a6 to your computer and use it in GitHub Desktop.
Save mishelashala/d2ee438ae727e38dd1a6 to your computer and use it in GitHub Desktop.
function Reader (file) {
this.file = file;
}
var reader = new Reader('data.txt');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment