Method fs.readFile() reads the entire contents of a file.
fs.readFile()
fs.readFile(filePath)
Absolute or relative path to the file (string)
File contents (string) or null when error happened.
null