Skip to content

Instantly share code, notes, and snippets.

@theDreamer911
Last active January 20, 2021 14:55
Show Gist options
  • Save theDreamer911/8fef3dd716c8e9f2e547741886eda442 to your computer and use it in GitHub Desktop.
Save theDreamer911/8fef3dd716c8e9f2e547741886eda442 to your computer and use it in GitHub Desktop.
var fs = require("fs");
var text = fs.readFileSync("data.txt").toString("utf-8");
var arrayText = text.split("\r\n");
console.log(arrayText);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment