const fs = require('fs'); const data = fs.readFileSync('file.txt', 'utf8').split(' '); //use .split() to chose a character to define where a new piece of data starts